Html Css Color HEX #C87519 Ochre

📋 copy color: '#C87519'

red 200 ◦ green 117 ◦ blue 25

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

Shades of Ochre #C87519

Tints of Ochre #C87519

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.21%

 BLUE value IS 25 (10.16% from 255) = 7.31%

R = 58.48%
G = 34.21%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C87519 (or 0xC87519) is known color: Ochre. HEX triplet: C8, 75 and 19. RGB value is (200,117,25). Sum of RGB (Red+Green+Blue) = 200+117+25=342 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.48% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 25 (10.16% from 255 or 7.31% from 342); Max value from RGB is 200 - color contains mainly: red. Hex color #C87519 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87519 is #378AE6. Grayscale: #838383. Windows color (decimal): -3640039 or 1668552. OLE color: 1668552.

HSL color Cylindrical-coordinate representation of color #C87519: hue angle of 31.54º degrees, saturation: 0.78, 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 #C87519 is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 117 25 -
CMYK 0 0.42 0.88 0.22
HSL 31.54º 0.78% 0.44% -
HSV(B) 31.54º 0.88% 0.78% -
XYZ 30.36 25.07 4.16 -
YUV 131.33 68 176.98 -
System Red Green Blue C M Y K H S L
Decimal 200 117 25 0 0.42 0.88 0.22 31.54 0.78 0.44
Hex C8 75 19 0 2A 58 16 20 4E 2C
Octal 310 165 31 0 52 130 26 40 116 54
Binary 11001000 1110101 11001 0 101010 1011000 10110 100000 1001110 101100

Color Harmonies of #C87519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87519

Black with #C87519

Text Example


Text Example

White with #C87519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87519; }

 p { color: rgb(200,117,25); }

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

background-color css

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

 a { background-color: rgb(200,117,25); }

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

border-color css

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

 span { border-color: rgb(200,117,25); }

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