#4C3436

Color #4C3436 Cab Sav (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cab Sav #4C3436

Tints of Cab Sav #4C3436

Color information

#4C3436 (or 0x4C3436) is unknown color: approx Cab Sav. HEX triplet: 4C, 34 and 36. RGB value is (76,52,54). Sum of RGB (Red+Green+Blue) = 76+52+54=182 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.76% from 182); Green value is 52 (20.70% from 255 or 28.57% from 182); Blue value is 54 (21.48% from 255 or 29.67% from 182); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3436 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3436 is #B3CBC9. Grayscale: #3B3B3B. Windows color (decimal): -11783114 or 3552332. OLE color: 3552332.

HSL color Cylindrical-coordinate representation of color #4C3436: hue angle of 355º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4C3436 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.70.

Color convert

RGB765254-
CMYK00.320.290.70
HSL355º18.75%25.1%-
HSV(B)355º31.58%29.8%-
XYZ4.874.264.06-
YUV59.4124.95139.84-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 41.76%
GREEN value IS 52 (20.70% from 255) = 28.57%
BLUE value IS 54 (21.48% from 255) = 29.67%
R=41.76%
G=28.57%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76525400.320.290.7035518.7525.1
Hex4C34360201D461631319
Octal1146466040351065432331
Binary100110011010011011001000001110110001101011000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C3436; }

 p { color: rgb(76,52,54); }

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

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

 a { background-color: rgb(76,52,54); }

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

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

 span { border-color: rgb(76,52,54); }

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