Html Css Color HEX #CF851C Ochre

📋 copy color: '#CF851C'

red 207 ◦ green 133 ◦ blue 28

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

Shades of Ochre #CF851C

Tints of Ochre #CF851C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.61%

R = 56.25%
G = 36.14%
B = 7.61%

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

#CF851C (or 0xCF851C) is known color: Ochre. HEX triplet: CF, 85 and 1C. RGB value is (207,133,28). Sum of RGB (Red+Green+Blue) = 207+133+28=368 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.25% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 28 (11.33% from 255 or 7.61% from 368); Max value from RGB is 207 - color contains mainly: red. Hex color #CF851C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF851C is #307AE3. Grayscale: #8F8F8F. Windows color (decimal): -3177188 or 1869263. OLE color: 1869263.

HSL color Cylindrical-coordinate representation of color #CF851C: hue angle of 35.2º degrees, saturation: 0.76, 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 #CF851C is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 133 28 -
CMYK 0 0.36 0.86 0.19
HSL 35.2º 0.76% 0.46% -
HSV(B) 35.2º 0.86% 0.81% -
XYZ 34.33 30.12 5.1 -
YUV 143.16 63.02 173.54 -
System Red Green Blue C M Y K H S L
Decimal 207 133 28 0 0.36 0.86 0.19 35.2 0.76 0.46
Hex CF 85 1C 0 24 56 13 23 4C 2E
Octal 317 205 34 0 44 126 23 43 114 56
Binary 11001111 10000101 11100 0 100100 1010110 10011 100011 1001100 101110

Color Harmonies of #CF851C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF851C

Black with #CF851C

Text Example


Text Example

White with #CF851C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF851C; }

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

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

background-color css

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

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

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

border-color css

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

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

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