Html Css Color HEX #C87725 Ochre

📋 copy color: '#C87725'

red 200 ◦ green 119 ◦ blue 37

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

Shades of Ochre #C87725

Tints of Ochre #C87725

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.43%

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

R = 56.18%
G = 33.43%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C87725 (or 0xC87725) is known color: Ochre. HEX triplet: C8, 77 and 25. RGB value is (200,119,37). Sum of RGB (Red+Green+Blue) = 200+119+37=356 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.18% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 37 (14.84% from 255 or 10.39% from 356); Max value from RGB is 200 - color contains mainly: red. Hex color #C87725 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87725 is #3788DA. Grayscale: #868686. Windows color (decimal): -3639515 or 2455496. OLE color: 2455496.

HSL color Cylindrical-coordinate representation of color #C87725: hue angle of 30.18º 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 #C87725 is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 119 37 -
CMYK 0 0.40 0.82 0.22
HSL 30.18º 0.69% 0.46% -
HSV(B) 30.18º 0.82% 0.78% -
XYZ 30.75 25.61 5.07 -
YUV 133.87 73.34 175.17 -
System Red Green Blue C M Y K H S L
Decimal 200 119 37 0 0.40 0.82 0.22 30.18 0.69 0.46
Hex C8 77 25 0 28 52 16 1E 45 2E
Octal 310 167 45 0 50 122 26 36 105 56
Binary 11001000 1110111 100101 0 101000 1010010 10110 11110 1000101 101110

Color Harmonies of #C87725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87725

Black with #C87725

Text Example


Text Example

White with #C87725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87725; }

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

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

background-color css

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

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

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

border-color css

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

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

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