Html Css Color HEX #CF851D Ochre

📋 copy color: '#CF851D'

red 207 ◦ green 133 ◦ blue 29

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

Shades of Ochre #CF851D

Tints of Ochre #CF851D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.86%

R = 56.1%
G = 36.04%
B = 7.86%

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

#CF851D (or 0xCF851D) is known color: Ochre. HEX triplet: CF, 85 and 1D. RGB value is (207,133,29). Sum of RGB (Red+Green+Blue) = 207+133+29=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 29 (11.72% from 255 or 7.86% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CF851D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF851D is #307AE2. Grayscale: #8F8F8F. Windows color (decimal): -3177187 or 1934799. OLE color: 1934799.

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

Color convert

RGB 207 133 29 -
CMYK 0 0.36 0.86 0.19
HSL 35.06º 0.75% 0.46% -
HSV(B) 35.06º 0.86% 0.81% -
XYZ 34.34 30.13 5.17 -
YUV 143.27 63.52 173.46 -
System Red Green Blue C M Y K H S L
Decimal 207 133 29 0 0.36 0.86 0.19 35.06 0.75 0.46
Hex CF 85 1D 0 24 56 13 23 4B 2E
Octal 317 205 35 0 44 126 23 43 113 56
Binary 11001111 10000101 11101 0 100100 1010110 10011 100011 1001011 101110

Color Harmonies of #CF851D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF851D

Black with #CF851D

Text Example


Text Example

White with #CF851D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF851D; }

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

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

background-color css

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

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

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

border-color css

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

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

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