Html Css Color HEX #CF7828 Ochre

📋 copy color: '#CF7828'

red 207 ◦ green 120 ◦ blue 40

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

Shades of Ochre #CF7828

Tints of Ochre #CF7828

RGB

 RED value IS 207 (81.25% from 255) = 56.4%

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

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

R = 56.4%
G = 32.7%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CF7828 (or 0xCF7828) is known color: Ochre. HEX triplet: CF, 78 and 28. RGB value is (207,120,40). Sum of RGB (Red+Green+Blue) = 207+120+40=367 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.40% from 367); Green value is 120 (47.27% from 255 or 32.70% from 367); Blue value is 40 (16.02% from 255 or 10.90% from 367); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7828 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7828 is #3087D7. Grayscale: #898989. Windows color (decimal): -3180504 or 2652367. OLE color: 2652367.

HSL color Cylindrical-coordinate representation of color #CF7828: hue angle of 28.74º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF7828 is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 120 40 -
CMYK 0 0.42 0.81 0.19
HSL 28.74º 0.68% 0.48% -
HSV(B) 28.74º 0.81% 0.81% -
XYZ 32.83 26.85 5.46 -
YUV 136.89 73.32 178 -
System Red Green Blue C M Y K H S L
Decimal 207 120 40 0 0.42 0.81 0.19 28.74 0.68 0.48
Hex CF 78 28 0 2A 51 13 1D 44 30
Octal 317 170 50 0 52 121 23 35 104 60
Binary 11001111 1111000 101000 0 101010 1010001 10011 11101 1000100 110000

Color Harmonies of #CF7828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7828

Black with #CF7828

Text Example


Text Example

White with #CF7828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7828; }

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

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

background-color css

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

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

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

border-color css

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

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

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