Html Css Color HEX #CF7527 Ochre

📋 copy color: '#CF7527'

red 207 ◦ green 117 ◦ blue 39

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

Shades of Ochre #CF7527

Tints of Ochre #CF7527

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.23%

 BLUE value IS 39 (15.63% from 255) = 10.74%

R = 57.02%
G = 32.23%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CF7527 (or 0xCF7527) is known color: Ochre. HEX triplet: CF, 75 and 27. RGB value is (207,117,39). Sum of RGB (Red+Green+Blue) = 207+117+39=363 (48% of max value = 765). Red value is 207 (81.25% from 255 or 57.02% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 39 (15.62% from 255 or 10.74% from 363); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7527 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7527 is #308AD8. Grayscale: #878787. Windows color (decimal): -3181273 or 2586063. OLE color: 2586063.

HSL color Cylindrical-coordinate representation of color #CF7527: hue angle of 27.86º 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 #CF7527 is Cyan = 0, Magento = 0.43, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 117 39 -
CMYK 0 0.43 0.81 0.19
HSL 27.86º 0.68% 0.48% -
HSV(B) 27.86º 0.81% 0.81% -
XYZ 32.46 26.13 5.25 -
YUV 135.02 73.82 179.34 -
System Red Green Blue C M Y K H S L
Decimal 207 117 39 0 0.43 0.81 0.19 27.86 0.68 0.48
Hex CF 75 27 0 2B 51 13 1C 44 30
Octal 317 165 47 0 53 121 23 34 104 60
Binary 11001111 1110101 100111 0 101011 1010001 10011 11100 1000100 110000

Color Harmonies of #CF7527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7527

Black with #CF7527

Text Example


Text Example

White with #CF7527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7527; }

 p { color: rgb(207,117,39); }

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

background-color css

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

 a { background-color: rgb(207,117,39); }

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

border-color css

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

 span { border-color: rgb(207,117,39); }

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