Html Css Color HEX #C37226 Ochre

📋 copy color: '#C37226'

red 195 ◦ green 114 ◦ blue 38

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

Shades of Ochre #C37226

Tints of Ochre #C37226

RGB

 RED value IS 195 (76.56% from 255) = 56.2%

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

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

R = 56.2%
G = 32.85%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C37226 (or 0xC37226) is known color: Ochre. HEX triplet: C3, 72 and 26. RGB value is (195,114,38). Sum of RGB (Red+Green+Blue) = 195+114+38=347 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.20% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 38 (15.23% from 255 or 10.95% from 347); Max value from RGB is 195 - color contains mainly: red. Hex color #C37226 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37226 is #3C8DD9. Grayscale: #818181. Windows color (decimal): -3968474 or 2519747. OLE color: 2519747.

HSL color Cylindrical-coordinate representation of color #C37226: hue angle of 29.04º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C37226 is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 114 38 -
CMYK 0 0.42 0.81 0.24
HSL 29.04º 0.67% 0.46% -
HSV(B) 29.04º 0.81% 0.76% -
XYZ 28.87 23.78 4.9 -
YUV 129.56 76.34 174.68 -
System Red Green Blue C M Y K H S L
Decimal 195 114 38 0 0.42 0.81 0.24 29.04 0.67 0.46
Hex C3 72 26 0 2A 51 18 1D 43 2E
Octal 303 162 46 0 52 121 30 35 103 56
Binary 11000011 1110010 100110 0 101010 1010001 11000 11101 1000011 101110

Color Harmonies of #C37226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37226

Black with #C37226

Text Example


Text Example

White with #C37226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37226; }

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

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

background-color css

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

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

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

border-color css

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

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

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