Html Css Color HEX #CA7828 Ochre

📋 copy color: '#CA7828'

red 202 ◦ green 120 ◦ blue 40

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

Shades of Ochre #CA7828

Tints of Ochre #CA7828

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.15%

 BLUE value IS 40 (16.02% from 255) = 11.05%

R = 55.8%
G = 33.15%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#CA7828 (or 0xCA7828) is known color: Ochre. HEX triplet: CA, 78 and 28. RGB value is (202,120,40). Sum of RGB (Red+Green+Blue) = 202+120+40=362 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.80% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 40 (16.02% from 255 or 11.05% from 362); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7828 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7828 is #3587D7. Grayscale: #878787. Windows color (decimal): -3508184 or 2652362. OLE color: 2652362.

HSL color Cylindrical-coordinate representation of color #CA7828: hue angle of 29.63º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA7828 is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 120 40 -
CMYK 0 0.41 0.80 0.21
HSL 29.63º 0.67% 0.47% -
HSV(B) 29.63º 0.8% 0.79% -
XYZ 31.46 26.14 5.4 -
YUV 135.4 74.17 175.5 -
System Red Green Blue C M Y K H S L
Decimal 202 120 40 0 0.41 0.80 0.21 29.63 0.67 0.47
Hex CA 78 28 0 29 50 15 1E 43 2F
Octal 312 170 50 0 51 120 25 36 103 57
Binary 11001010 1111000 101000 0 101001 1010000 10101 11110 1000011 101111

Color Harmonies of #CA7828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7828

Black with #CA7828

Text Example


Text Example

White with #CA7828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7828; }

 p { color: rgb(202,120,40); }

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

background-color css

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

 a { background-color: rgb(202,120,40); }

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

border-color css

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

 span { border-color: rgb(202,120,40); }

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