Html Css Color HEX #CF861D Ochre

📋 copy color: '#CF861D'

red 207 ◦ green 134 ◦ blue 29

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

Shades of Ochre #CF861D

Tints of Ochre #CF861D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.22%

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

R = 55.95%
G = 36.22%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF861D (or 0xCF861D) is known color: Ochre. HEX triplet: CF, 86 and 1D. RGB value is (207,134,29). Sum of RGB (Red+Green+Blue) = 207+134+29=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 134 (52.73% from 255 or 36.22% from 370); Blue value is 29 (11.72% from 255 or 7.84% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CF861D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF861D is #3079E2. Grayscale: #909090. Windows color (decimal): -3176931 or 1935055. OLE color: 1935055.

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

Color convert

RGB 207 134 29 -
CMYK 0 0.35 0.86 0.19
HSL 35.39º 0.75% 0.46% -
HSV(B) 35.39º 0.86% 0.81% -
XYZ 34.48 30.4 5.21 -
YUV 143.86 63.18 173.04 -
System Red Green Blue C M Y K H S L
Decimal 207 134 29 0 0.35 0.86 0.19 35.39 0.75 0.46
Hex CF 86 1D 0 23 56 13 23 4B 2E
Octal 317 206 35 0 43 126 23 43 113 56
Binary 11001111 10000110 11101 0 100011 1010110 10011 100011 1001011 101110

Color Harmonies of #CF861D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF861D

Black with #CF861D

Text Example


Text Example

White with #CF861D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF861D; }

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

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

background-color css

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

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

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

border-color css

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

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

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