Html Css Color HEX #CF821F Ochre

📋 copy color: '#CF821F'

red 207 ◦ green 130 ◦ blue 31

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

Shades of Ochre #CF821F

Tints of Ochre #CF821F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.33%

 BLUE value IS 31 (12.5% from 255) = 8.42%

R = 56.25%
G = 35.33%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CF821F (or 0xCF821F) is known color: Ochre. HEX triplet: CF, 82 and 1F. RGB value is (207,130,31). Sum of RGB (Red+Green+Blue) = 207+130+31=368 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.25% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 31 (12.5% from 255 or 8.42% from 368); Max value from RGB is 207 - color contains mainly: red. Hex color #CF821F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF821F is #307DE0. Grayscale: #8E8E8E. Windows color (decimal): -3177953 or 2065103. OLE color: 2065103.

HSL color Cylindrical-coordinate representation of color #CF821F: hue angle of 33.75º degrees, saturation: 0.74, 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 #CF821F is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 130 31 -
CMYK 0 0.37 0.85 0.19
HSL 33.75º 0.74% 0.47% -
HSV(B) 33.75º 0.85% 0.81% -
XYZ 33.96 29.33 5.17 -
YUV 141.74 65.51 174.55 -
System Red Green Blue C M Y K H S L
Decimal 207 130 31 0 0.37 0.85 0.19 33.75 0.74 0.47
Hex CF 82 1F 0 25 55 13 22 4A 2F
Octal 317 202 37 0 45 125 23 42 112 57
Binary 11001111 10000010 11111 0 100101 1010101 10011 100010 1001010 101111

Color Harmonies of #CF821F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF821F

Black with #CF821F

Text Example


Text Example

White with #CF821F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF821F; }

 p { color: rgb(207,130,31); }

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

background-color css

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

 a { background-color: rgb(207,130,31); }

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

border-color css

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

 span { border-color: rgb(207,130,31); }

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