#4D262D

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

Shades of Cab Sav #4D262D

Tints of Cab Sav #4D262D

Color information

#4D262D (or 0x4D262D) is unknown color: approx Cab Sav. HEX triplet: 4D, 26 and 2D. RGB value is (77,38,45). Sum of RGB (Red+Green+Blue) = 77+38+45=160 (21% of max value = 765). Red value is 77 (30.47% from 255 or 48.12% from 160); Green value is 38 (15.23% from 255 or 23.75% from 160); Blue value is 45 (17.97% from 255 or 28.12% from 160); Max value from RGB is 77 - color contains mainly: red. Hex color #4D262D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D262D is #B2D9D2. Grayscale: #323232. Windows color (decimal): -11721171 or 2958925. OLE color: 2958925.

HSL color Cylindrical-coordinate representation of color #4D262D: hue angle of 349.23º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D262D is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.70.

Color convert

RGB773845-
CMYK00.510.420.70
HSL349.23º33.91%22.55%-
HSV(B)349.23º50.65%30.2%-
XYZ4.233.152.87-
YUV50.46124.92146.93-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 48.12%
GREEN value IS 38 (15.23% from 255) = 23.75%
BLUE value IS 45 (17.97% from 255) = 28.12%
R=48.12%
G=23.75%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77384500.510.420.70349.2333.9122.55
Hex4D262D0332A4615d2217
Octal1154655063521065354227
Binary10011011001101011010110011101010100011010101110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D262D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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