Html Css Color HEX #C87826 Ochre

📋 copy color: '#C87826'

red 200 ◦ green 120 ◦ blue 38

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

Shades of Ochre #C87826

Tints of Ochre #C87826

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.61%

R = 55.87%
G = 33.52%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C87826 (or 0xC87826) is known color: Ochre. HEX triplet: C8, 78 and 26. RGB value is (200,120,38). Sum of RGB (Red+Green+Blue) = 200+120+38=358 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.87% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 38 (15.23% from 255 or 10.61% from 358); Max value from RGB is 200 - color contains mainly: red. Hex color #C87826 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87826 is #3787D9. Grayscale: #868686. Windows color (decimal): -3639258 or 2521288. OLE color: 2521288.

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

Color convert

RGB 200 120 38 -
CMYK 0 0.4 0.81 0.22
HSL 30.37º 0.68% 0.47% -
HSV(B) 30.37º 0.81% 0.78% -
XYZ 30.89 25.85 5.2 -
YUV 134.57 73.5 174.67 -
System Red Green Blue C M Y K H S L
Decimal 200 120 38 0 0.4 0.81 0.22 30.37 0.68 0.47
Hex C8 78 26 0 28 51 16 1E 44 2F
Octal 310 170 46 0 50 121 26 36 104 57
Binary 11001000 1111000 100110 0 101000 1010001 10110 11110 1000100 101111

Color Harmonies of #C87826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87826

Black with #C87826

Text Example


Text Example

White with #C87826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87826; }

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

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

background-color css

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

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

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

border-color css

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

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

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