Html Css Color HEX #C87D27 Ochre

📋 copy color: '#C87D27'

red 200 ◦ green 125 ◦ blue 39

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

Shades of Ochre #C87D27

Tints of Ochre #C87D27

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.34%

 BLUE value IS 39 (15.63% from 255) = 10.71%

R = 54.95%
G = 34.34%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C87D27 (or 0xC87D27) is known color: Ochre. HEX triplet: C8, 7D and 27. RGB value is (200,125,39). Sum of RGB (Red+Green+Blue) = 200+125+39=364 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.95% from 364); Green value is 125 (49.22% from 255 or 34.34% from 364); Blue value is 39 (15.62% from 255 or 10.71% from 364); Max value from RGB is 200 - color contains mainly: red. Hex color #C87D27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87D27 is #3782D8. Grayscale: #8A8A8A. Windows color (decimal): -3637977 or 2588104. OLE color: 2588104.

HSL color Cylindrical-coordinate representation of color #C87D27: hue angle of 32.05º degrees, saturation: 0.67, 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 #C87D27 is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 125 39 -
CMYK 0 0.38 0.80 0.22
HSL 32.05º 0.67% 0.47% -
HSV(B) 32.05º 0.81% 0.78% -
XYZ 31.52 27.09 5.49 -
YUV 137.62 72.35 172.49 -
System Red Green Blue C M Y K H S L
Decimal 200 125 39 0 0.38 0.80 0.22 32.05 0.67 0.47
Hex C8 7D 27 0 26 50 16 20 43 2F
Octal 310 175 47 0 46 120 26 40 103 57
Binary 11001000 1111101 100111 0 100110 1010000 10110 100000 1000011 101111

Color Harmonies of #C87D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87D27

Black with #C87D27

Text Example


Text Example

White with #C87D27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87D27; }

 p { color: rgb(200,125,39); }

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

background-color css

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

 a { background-color: rgb(200,125,39); }

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

border-color css

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

 span { border-color: rgb(200,125,39); }

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