#4D3438

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

Shades of Cab Sav #4D3438

Tints of Cab Sav #4D3438

Color information

#4D3438 (or 0x4D3438) is unknown color: approx Cab Sav. HEX triplet: 4D, 34 and 38. RGB value is (77,52,56). Sum of RGB (Red+Green+Blue) = 77+52+56=185 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.62% from 185); Green value is 52 (20.70% from 255 or 28.11% from 185); Blue value is 56 (22.27% from 255 or 30.27% from 185); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3438 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3438 is #B2CBC7. Grayscale: #3B3B3B. Windows color (decimal): -11717576 or 3683405. OLE color: 3683405.

HSL color Cylindrical-coordinate representation of color #4D3438: hue angle of 350.4º 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 #4D3438 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.70.

Color convert

RGB775256-
CMYK00.320.270.70
HSL350.4º19.38%25.29%-
HSV(B)350.4º32.47%30.2%-
XYZ54.324.31-
YUV59.93125.78140.17-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 41.62%
GREEN value IS 52 (20.70% from 255) = 28.11%
BLUE value IS 56 (22.27% from 255) = 30.27%
R=41.62%
G=28.11%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77525600.320.270.70350.419.3825.29
Hex4D34380201B4615e1319
Octal1156470040331065362331
Binary100110111010011100001000001101110001101010111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,52,56); }

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

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

 a { background-color: rgb(77,52,56); }

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

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

 span { border-color: rgb(77,52,56); }

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