Html Css Color HEX #CD851F Ochre

📋 copy color: '#CD851F'

red 205 ◦ green 133 ◦ blue 31

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

Shades of Ochre #CD851F

Tints of Ochre #CD851F

RGB

 RED value IS 205 (80.47% from 255) = 55.56%

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

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

R = 55.56%
G = 36.04%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CD851F (or 0xCD851F) is known color: Ochre. HEX triplet: CD, 85 and 1F. RGB value is (205,133,31). Sum of RGB (Red+Green+Blue) = 205+133+31=369 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.56% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 31 (12.5% from 255 or 8.40% from 369); Max value from RGB is 205 - color contains mainly: red. Hex color #CD851F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD851F is #327AE0. Grayscale: #8F8F8F. Windows color (decimal): -3308257 or 2065869. OLE color: 2065869.

HSL color Cylindrical-coordinate representation of color #CD851F: hue angle of 35.17º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CD851F is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 133 31 -
CMYK 0 0.35 0.85 0.20
HSL 35.17º 0.74% 0.46% -
HSV(B) 35.17º 0.85% 0.8% -
XYZ 33.81 29.85 5.28 -
YUV 142.9 64.85 172.29 -
System Red Green Blue C M Y K H S L
Decimal 205 133 31 0 0.35 0.85 0.20 35.17 0.74 0.46
Hex CD 85 1F 0 23 55 14 23 4A 2E
Octal 315 205 37 0 43 125 24 43 112 56
Binary 11001101 10000101 11111 0 100011 1010101 10100 100011 1001010 101110

Color Harmonies of #CD851F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD851F

Black with #CD851F

Text Example


Text Example

White with #CD851F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD851F; }

 p { color: rgb(205,133,31); }

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

background-color css

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

 a { background-color: rgb(205,133,31); }

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

border-color css

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

 span { border-color: rgb(205,133,31); }

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