Html Css Color HEX #C77825 Ochre

📋 copy color: '#C77825'

red 199 ◦ green 120 ◦ blue 37

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

Shades of Ochre #C77825

Tints of Ochre #C77825

RGB

 RED value IS 199 (78.13% from 255) = 55.9%

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

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

R = 55.9%
G = 33.71%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C77825 (or 0xC77825) is known color: Ochre. HEX triplet: C7, 78 and 25. RGB value is (199,120,37). Sum of RGB (Red+Green+Blue) = 199+120+37=356 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.90% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 37 (14.84% from 255 or 10.39% from 356); Max value from RGB is 199 - color contains mainly: red. Hex color #C77825 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77825 is #3887DA. Grayscale: #868686. Windows color (decimal): -3704795 or 2455751. OLE color: 2455751.

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

Color convert

RGB 199 120 37 -
CMYK 0 0.40 0.81 0.22
HSL 30.74º 0.69% 0.46% -
HSV(B) 30.74º 0.81% 0.78% -
XYZ 30.6 25.71 5.1 -
YUV 134.16 73.17 174.25 -
System Red Green Blue C M Y K H S L
Decimal 199 120 37 0 0.40 0.81 0.22 30.74 0.69 0.46
Hex C7 78 25 0 28 51 16 1F 45 2E
Octal 307 170 45 0 50 121 26 37 105 56
Binary 11000111 1111000 100101 0 101000 1010001 10110 11111 1000101 101110

Color Harmonies of #C77825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77825

Black with #C77825

Text Example


Text Example

White with #C77825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77825; }

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

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

background-color css

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

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

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

border-color css

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

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

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