#C47329

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

Shades of Ochre #C47329

Tints of Ochre #C47329

Color information

#C47329 (or 0xC47329) is unknown color: approx Ochre. HEX triplet: C4, 73 and 29. RGB value is (196,115,41). Sum of RGB (Red+Green+Blue) = 196+115+41=352 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.68% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 41 (16.41% from 255 or 11.65% from 352); Max value from RGB is 196 - color contains mainly: red. Hex color #C47329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47329 is #3B8CD6. Grayscale: #838383. Windows color (decimal): -3902679 or 2716612. OLE color: 2716612.

HSL color Cylindrical-coordinate representation of color #C47329: hue angle of 28.65º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C47329 is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB19611541-
CMYK00.410.790.23
HSL28.65º65.4%46.47%-
HSV(B)28.65º79.08%76.86%-
XYZ29.324.165.22-
YUV130.7877.34174.52-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 55.68%
GREEN value IS 115 (45.31% from 255) = 32.67%
BLUE value IS 41 (16.41% from 255) = 11.65%
R=55.68%
G=32.67%
B=11.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.79
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961154100.410.790.2328.6565.446.47
HexC473290294F171d412e
Octal30416351051117273510156
Binary1100010011100111010010101001100111110111111011000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47329; }

 p { color: rgb(196,115,41); }

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

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

 a { background-color: rgb(196,115,41); }

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

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

 span { border-color: rgb(196,115,41); }

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