Html Css Color HEX #CA7B24 Ochre

📋 copy color: '#CA7B24'

red 202 ◦ green 123 ◦ blue 36

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

Shades of Ochre #CA7B24

Tints of Ochre #CA7B24

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.07%

 BLUE value IS 36 (14.45% from 255) = 9.97%

R = 55.96%
G = 34.07%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#CA7B24 (or 0xCA7B24) is known color: Ochre. HEX triplet: CA, 7B and 24. RGB value is (202,123,36). Sum of RGB (Red+Green+Blue) = 202+123+36=361 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.96% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 36 (14.45% from 255 or 9.97% from 361); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7B24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7B24 is #3584DB. Grayscale: #898989. Windows color (decimal): -3507420 or 2390986. OLE color: 2390986.

HSL color Cylindrical-coordinate representation of color #CA7B24: hue angle of 31.45º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA7B24 is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 123 36 -
CMYK 0 0.39 0.82 0.21
HSL 31.45º 0.7% 0.47% -
HSV(B) 31.45º 0.82% 0.79% -
XYZ 31.76 26.85 5.18 -
YUV 136.7 71.17 174.57 -
System Red Green Blue C M Y K H S L
Decimal 202 123 36 0 0.39 0.82 0.21 31.45 0.7 0.47
Hex CA 7B 24 0 27 52 15 1F 46 2F
Octal 312 173 44 0 47 122 25 37 106 57
Binary 11001010 1111011 100100 0 100111 1010010 10101 11111 1000110 101111

Color Harmonies of #CA7B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7B24

Black with #CA7B24

Text Example


Text Example

White with #CA7B24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7B24; }

 p { color: rgb(202,123,36); }

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

background-color css

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

 a { background-color: rgb(202,123,36); }

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

border-color css

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

 span { border-color: rgb(202,123,36); }

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