Html Css Color HEX #CA720D Ochre

📋 copy color: '#CA720D'

red 202 ◦ green 114 ◦ blue 13

#CA720D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #CA720D

Tints of Ochre #CA720D

RGB

 RED value IS 202 (79.3% from 255) = 61.4%

 GREEN value IS 114 (44.92% from 255) = 34.65%

 BLUE value IS 13 (5.47% from 255) = 3.95%

R = 61.4%
G = 34.65%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.94

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CA720D (or 0xCA720D) is known color: Ochre. HEX triplet: CA, 72 and 0D. RGB value is (202,114,13). Sum of RGB (Red+Green+Blue) = 202+114+13=329 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.40% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 13 (5.47% from 255 or 3.95% from 329); Max value from RGB is 202 - color contains mainly: red. Hex color #CA720D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA720D is #358DF2. Grayscale: #818181. Windows color (decimal): -3509747 or 881354. OLE color: 881354.

HSL color Cylindrical-coordinate representation of color #CA720D: hue angle of 32.06º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA720D is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 114 13 -
CMYK 0 0.44 0.94 0.21
HSL 32.06º 0.88% 0.42% -
HSV(B) 32.06º 0.94% 0.79% -
XYZ 30.45 24.62 3.53 -
YUV 128.8 62.65 180.21 -
System Red Green Blue C M Y K H S L
Decimal 202 114 13 0 0.44 0.94 0.21 32.06 0.88 0.42
Hex CA 72 D 0 2C 5E 15 20 58 2A
Octal 312 162 15 0 54 136 25 40 130 52
Binary 11001010 1110010 1101 0 101100 1011110 10101 100000 1011000 101010

Color Harmonies of #CA720D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA720D

Black with #CA720D

Text Example


Text Example

White with #CA720D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA720D; }

 p { color: rgb(202,114,13); }

 H1.HeaderClassName
 {
   color: #CA720D;
 }
 .AnyTagClassName
 {
   color: #CA720D;
 }
</style>

background-color css

<style>
 a { background-color: #CA720D; }

 a { background-color: rgb(202,114,13); }

 div.DivClassName
 {
   background-color: #CA720D;
 }
 .BgClassName
 {
   background-color: #CA720D;
 }
</style>

border-color css

<style>
 span { border-color: #CA720D; }

 span { border-color: rgb(202,114,13); }

 td.TdClassName
 {
   border-color: #CA720D;
 }
 .TagClassName
 {
   border-color: #CA720D;
 }
</style>