Html Css Color HEX #C77226 Ochre

📋 copy color: '#C77226'

red 199 ◦ green 114 ◦ blue 38

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

Shades of Ochre #C77226

Tints of Ochre #C77226

RGB

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

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

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

R = 56.7%
G = 32.48%
B = 10.83%

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

#C77226 (or 0xC77226) is known color: Ochre. HEX triplet: C7, 72 and 26. RGB value is (199,114,38). Sum of RGB (Red+Green+Blue) = 199+114+38=351 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.70% from 351); Green value is 114 (44.92% from 255 or 32.48% from 351); Blue value is 38 (15.23% from 255 or 10.83% from 351); Max value from RGB is 199 - color contains mainly: red. Hex color #C77226 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77226 is #388DD9. Grayscale: #838383. Windows color (decimal): -3706330 or 2519751. OLE color: 2519751.

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

Color convert

RGB 199 114 38 -
CMYK 0 0.43 0.81 0.22
HSL 28.32º 0.68% 0.46% -
HSV(B) 28.32º 0.81% 0.78% -
XYZ 29.92 24.32 4.95 -
YUV 130.75 75.66 176.68 -
System Red Green Blue C M Y K H S L
Decimal 199 114 38 0 0.43 0.81 0.22 28.32 0.68 0.46
Hex C7 72 26 0 2B 51 16 1C 44 2E
Octal 307 162 46 0 53 121 26 34 104 56
Binary 11000111 1110010 100110 0 101011 1010001 10110 11100 1000100 101110

Color Harmonies of #C77226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77226

Black with #C77226

Text Example


Text Example

White with #C77226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77226; }

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

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

background-color css

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

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

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

border-color css

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

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

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