#4B2D30

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

Shades of Cab Sav #4B2D30

Tints of Cab Sav #4B2D30

Color information

#4B2D30 (or 0x4B2D30) is unknown color: approx Cab Sav. HEX triplet: 4B, 2D and 30. RGB value is (75,45,48). Sum of RGB (Red+Green+Blue) = 75+45+48=168 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.64% from 168); Green value is 45 (17.97% from 255 or 26.79% from 168); Blue value is 48 (19.14% from 255 or 28.57% from 168); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2D30 is #B4D2CF. Grayscale: #363636. Windows color (decimal): -11850448 or 3157323. OLE color: 3157323.

HSL color Cylindrical-coordinate representation of color #4B2D30: hue angle of 354º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4B2D30 is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.71.

Color convert

RGB754548-
CMYK00.400.360.71
HSL354º25%23.53%-
HSV(B)354º40%29.41%-
XYZ4.373.593.26-
YUV54.31124.44142.76-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 44.64%
GREEN value IS 45 (17.97% from 255) = 26.79%
BLUE value IS 48 (19.14% from 255) = 28.57%
R=44.64%
G=26.79%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.36
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75454800.400.360.713542523.53
Hex4B2D3002824471621918
Octal1135560050441075423130
Binary1001011101101110000010100010010010001111011000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,45,48); }

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

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

 a { background-color: rgb(75,45,48); }

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

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

 span { border-color: rgb(75,45,48); }

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