Html Css Color HEX #CF851E Ochre

📋 copy color: '#CF851E'

red 207 ◦ green 133 ◦ blue 30

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

Shades of Ochre #CF851E

Tints of Ochre #CF851E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.11%

R = 55.95%
G = 35.95%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF851E (or 0xCF851E) is known color: Ochre. HEX triplet: CF, 85 and 1E. RGB value is (207,133,30). Sum of RGB (Red+Green+Blue) = 207+133+30=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 30 (12.11% from 255 or 8.11% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CF851E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF851E is #307AE1. Grayscale: #8F8F8F. Windows color (decimal): -3177186 or 2000335. OLE color: 2000335.

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

Color convert

RGB 207 133 30 -
CMYK 0 0.36 0.86 0.19
HSL 34.92º 0.75% 0.46% -
HSV(B) 34.92º 0.86% 0.81% -
XYZ 34.35 30.13 5.23 -
YUV 143.38 64.02 173.38 -
System Red Green Blue C M Y K H S L
Decimal 207 133 30 0 0.36 0.86 0.19 34.92 0.75 0.46
Hex CF 85 1E 0 24 56 13 23 4B 2E
Octal 317 205 36 0 44 126 23 43 113 56
Binary 11001111 10000101 11110 0 100100 1010110 10011 100011 1001011 101110

Color Harmonies of #CF851E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF851E

Black with #CF851E

Text Example


Text Example

White with #CF851E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF851E; }

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

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

background-color css

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

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

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

border-color css

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

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

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