Html Css Color HEX #C87817 Ochre

📋 copy color: '#C87817'

red 200 ◦ green 120 ◦ blue 23

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

Shades of Ochre #C87817

Tints of Ochre #C87817

RGB

 RED value IS 200 (78.52% from 255) = 58.31%

 GREEN value IS 120 (47.27% from 255) = 34.99%

 BLUE value IS 23 (9.38% from 255) = 6.71%

R = 58.31%
G = 34.99%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C87817 (or 0xC87817) is known color: Ochre. HEX triplet: C8, 78 and 17. RGB value is (200,120,23). Sum of RGB (Red+Green+Blue) = 200+120+23=343 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.31% from 343); Green value is 120 (47.27% from 255 or 34.99% from 343); Blue value is 23 (9.38% from 255 or 6.71% from 343); Max value from RGB is 200 - color contains mainly: red. Hex color #C87817 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87817 is #3787E8. Grayscale: #858585. Windows color (decimal): -3639273 or 1538248. OLE color: 1538248.

HSL color Cylindrical-coordinate representation of color #C87817: hue angle of 32.88º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C87817 is Cyan = 0, Magento = 0.4, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 120 23 -
CMYK 0 0.4 0.88 0.22
HSL 32.88º 0.79% 0.44% -
HSV(B) 32.88º 0.89% 0.78% -
XYZ 30.69 25.77 4.17 -
YUV 132.86 66 175.89 -
System Red Green Blue C M Y K H S L
Decimal 200 120 23 0 0.4 0.88 0.22 32.88 0.79 0.44
Hex C8 78 17 0 28 58 16 21 4F 2C
Octal 310 170 27 0 50 130 26 41 117 54
Binary 11001000 1111000 10111 0 101000 1011000 10110 100001 1001111 101100

Color Harmonies of #C87817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87817

Black with #C87817

Text Example


Text Example

White with #C87817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87817; }

 p { color: rgb(200,120,23); }

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

background-color css

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

 a { background-color: rgb(200,120,23); }

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

border-color css

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

 span { border-color: rgb(200,120,23); }

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