Html Css Color HEX #CA7420 Ochre

📋 copy color: '#CA7420'

red 202 ◦ green 116 ◦ blue 32

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

Shades of Ochre #CA7420

Tints of Ochre #CA7420

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.14%

 BLUE value IS 32 (12.89% from 255) = 9.14%

R = 57.71%
G = 33.14%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#CA7420 (or 0xCA7420) is known color: Ochre. HEX triplet: CA, 74 and 20. RGB value is (202,116,32). Sum of RGB (Red+Green+Blue) = 202+116+32=350 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.71% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 32 (12.89% from 255 or 9.14% from 350); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7420 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7420 is #358BDF. Grayscale: #848484. Windows color (decimal): -3509216 or 2127050. OLE color: 2127050.

HSL color Cylindrical-coordinate representation of color #CA7420: hue angle of 29.65º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA7420 is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 116 32 -
CMYK 0 0.43 0.84 0.21
HSL 29.65º 0.73% 0.46% -
HSV(B) 29.65º 0.84% 0.79% -
XYZ 30.86 25.15 4.59 -
YUV 132.14 71.49 177.83 -
System Red Green Blue C M Y K H S L
Decimal 202 116 32 0 0.43 0.84 0.21 29.65 0.73 0.46
Hex CA 74 20 0 2B 54 15 1E 49 2E
Octal 312 164 40 0 53 124 25 36 111 56
Binary 11001010 1110100 100000 0 101011 1010100 10101 11110 1001001 101110

Color Harmonies of #CA7420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7420

Black with #CA7420

Text Example


Text Example

White with #CA7420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7420; }

 p { color: rgb(202,116,32); }

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

background-color css

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

 a { background-color: rgb(202,116,32); }

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

border-color css

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

 span { border-color: rgb(202,116,32); }

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