#4B262D

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

Shades of Cab Sav #4B262D

Tints of Cab Sav #4B262D

Color information

#4B262D (or 0x4B262D) is unknown color: approx Cab Sav. HEX triplet: 4B, 26 and 2D. RGB value is (75,38,45). Sum of RGB (Red+Green+Blue) = 75+38+45=158 (20% of max value = 765). Red value is 75 (29.69% from 255 or 47.47% from 158); Green value is 38 (15.23% from 255 or 24.05% from 158); Blue value is 45 (17.97% from 255 or 28.48% from 158); Max value from RGB is 75 - color contains mainly: red. Hex color #4B262D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B262D is #B4D9D2. Grayscale: #313131. Windows color (decimal): -11852243 or 2958923. OLE color: 2958923.

HSL color Cylindrical-coordinate representation of color #4B262D: hue angle of 348.65º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4B262D is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.71.

Color convert

RGB753845-
CMYK00.490.400.71
HSL348.65º32.74%22.16%-
HSV(B)348.65º49.33%29.41%-
XYZ4.073.072.86-
YUV49.86125.26145.93-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 47.47%
GREEN value IS 38 (15.23% from 255) = 24.05%
BLUE value IS 45 (17.97% from 255) = 28.48%
R=47.47%
G=24.05%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.40
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75384500.490.400.71348.6532.7422.16
Hex4B262D031284715d2116
Octal1134655061501075354126
Binary10010111001101011010110001101000100011110101110110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B262D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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