Html Css Color HEX #C87825 Ochre

📋 copy color: '#C87825'

red 200 ◦ green 120 ◦ blue 37

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

Shades of Ochre #C87825

Tints of Ochre #C87825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.36%

R = 56.02%
G = 33.61%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C87825 (or 0xC87825) is known color: Ochre. HEX triplet: C8, 78 and 25. RGB value is (200,120,37). Sum of RGB (Red+Green+Blue) = 200+120+37=357 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.02% from 357); Green value is 120 (47.27% from 255 or 33.61% from 357); Blue value is 37 (14.84% from 255 or 10.36% from 357); Max value from RGB is 200 - color contains mainly: red. Hex color #C87825 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87825 is #3787DA. Grayscale: #868686. Windows color (decimal): -3639259 or 2455752. OLE color: 2455752.

HSL color Cylindrical-coordinate representation of color #C87825: hue angle of 30.55º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C87825 is Cyan = 0, Magento = 0.4, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 120 37 -
CMYK 0 0.4 0.82 0.22
HSL 30.55º 0.69% 0.46% -
HSV(B) 30.55º 0.82% 0.78% -
XYZ 30.87 25.85 5.11 -
YUV 134.46 73 174.75 -
System Red Green Blue C M Y K H S L
Decimal 200 120 37 0 0.4 0.82 0.22 30.55 0.69 0.46
Hex C8 78 25 0 28 52 16 1F 45 2E
Octal 310 170 45 0 50 122 26 37 105 56
Binary 11001000 1111000 100101 0 101000 1010010 10110 11111 1000101 101110

Color Harmonies of #C87825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87825

Black with #C87825

Text Example


Text Example

White with #C87825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87825; }

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

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

background-color css

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

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

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

border-color css

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

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

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