Html Css Color HEX #CF8520 Ochre

📋 copy color: '#CF8520'

red 207 ◦ green 133 ◦ blue 32

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

Shades of Ochre #CF8520

Tints of Ochre #CF8520

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.75%

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

R = 55.65%
G = 35.75%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CF8520 (or 0xCF8520) is known color: Ochre. HEX triplet: CF, 85 and 20. RGB value is (207,133,32). Sum of RGB (Red+Green+Blue) = 207+133+32=372 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.65% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 32 (12.89% from 255 or 8.60% from 372); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8520 is #307ADF. Grayscale: #909090. Windows color (decimal): -3177184 or 2131407. OLE color: 2131407.

HSL color Cylindrical-coordinate representation of color #CF8520: hue angle of 34.63º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF8520 is Cyan = 0, Magento = 0.36, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 133 32 -
CMYK 0 0.36 0.85 0.19
HSL 34.63º 0.73% 0.47% -
HSV(B) 34.63º 0.85% 0.81% -
XYZ 34.38 30.14 5.37 -
YUV 143.61 65.02 173.21 -
System Red Green Blue C M Y K H S L
Decimal 207 133 32 0 0.36 0.85 0.19 34.63 0.73 0.47
Hex CF 85 20 0 24 55 13 23 49 2F
Octal 317 205 40 0 44 125 23 43 111 57
Binary 11001111 10000101 100000 0 100100 1010101 10011 100011 1001001 101111

Color Harmonies of #CF8520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8520

Black with #CF8520

Text Example


Text Example

White with #CF8520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8520; }

 p { color: rgb(207,133,32); }

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

background-color css

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

 a { background-color: rgb(207,133,32); }

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

border-color css

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

 span { border-color: rgb(207,133,32); }

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