Html Css Color HEX #C77225 Ochre

📋 copy color: '#C77225'

red 199 ◦ green 114 ◦ blue 37

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

Shades of Ochre #C77225

Tints of Ochre #C77225

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.57%

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

R = 56.86%
G = 32.57%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C77225 (or 0xC77225) is known color: Ochre. HEX triplet: C7, 72 and 25. RGB value is (199,114,37). Sum of RGB (Red+Green+Blue) = 199+114+37=350 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.86% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 37 (14.84% from 255 or 10.57% from 350); Max value from RGB is 199 - color contains mainly: red. Hex color #C77225 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77225 is #388DDA. Grayscale: #838383. Windows color (decimal): -3706331 or 2454215. OLE color: 2454215.

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

Color convert

RGB 199 114 37 -
CMYK 0 0.43 0.81 0.22
HSL 28.52º 0.69% 0.46% -
HSV(B) 28.52º 0.81% 0.78% -
XYZ 29.9 24.31 4.87 -
YUV 130.64 75.16 176.76 -
System Red Green Blue C M Y K H S L
Decimal 199 114 37 0 0.43 0.81 0.22 28.52 0.69 0.46
Hex C7 72 25 0 2B 51 16 1D 45 2E
Octal 307 162 45 0 53 121 26 35 105 56
Binary 11000111 1110010 100101 0 101011 1010001 10110 11101 1000101 101110

Color Harmonies of #C77225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77225

Black with #C77225

Text Example


Text Example

White with #C77225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77225; }

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

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

background-color css

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

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

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

border-color css

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

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

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