#C37822

Color #C37822 Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #C37822

Tints of Ochre #C37822

Color information

#C37822 (or 0xC37822) is unknown color: approx Ochre. HEX triplet: C3, 78 and 22. RGB value is (195,120,34). Sum of RGB (Red+Green+Blue) = 195+120+34=349 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.87% from 349); Green value is 120 (47.27% from 255 or 34.38% from 349); Blue value is 34 (13.67% from 255 or 9.74% from 349); Max value from RGB is 195 - color contains mainly: red. Hex color #C37822 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37822 is #3C87DD. Grayscale: #858585. Windows color (decimal): -3966942 or 2259139. OLE color: 2259139.

HSL color Cylindrical-coordinate representation of color #C37822: hue angle of 32.05º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C37822 is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB19512034-
CMYK00.380.830.24
HSL32.05º70.31%44.9%-
HSV(B)32.05º82.56%76.47%-
XYZ29.5125.154.81-
YUV132.6272.35172.49-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 55.87%
GREEN value IS 120 (47.27% from 255) = 34.38%
BLUE value IS 34 (13.67% from 255) = 9.74%
R=55.87%
G=34.38%
B=9.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.83
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951203400.380.830.2432.0570.3144.9
HexC37822026531820462d
Octal30317042046123304010655
Binary11000011111100010001001001101010011110001000001000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37822; }

 p { color: rgb(195,120,34); }

 H1.HeaderClassName
 {
   color: #C37822;
 }
 .AnyTagClassName
 {
   color: #C37822;
 }
</style>
background-color css

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

 a { background-color: rgb(195,120,34); }

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

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

 span { border-color: rgb(195,120,34); }

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