#3D2F32

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

Shades of Cab Sav #3D2F32

Tints of Cab Sav #3D2F32

Color information

#3D2F32 (or 0x3D2F32) is unknown color: approx Cab Sav. HEX triplet: 3D, 2F and 32. RGB value is (61,47,50). Sum of RGB (Red+Green+Blue) = 61+47+50=158 (20% of max value = 765). Red value is 61 (24.22% from 255 or 38.61% from 158); Green value is 47 (18.75% from 255 or 29.75% from 158); Blue value is 50 (19.92% from 255 or 31.65% from 158); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2F32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2F32 is #C2D0CD. Grayscale: #333333. Windows color (decimal): -12767438 or 3288893. OLE color: 3288893.

HSL color Cylindrical-coordinate representation of color #3D2F32: hue angle of 347.14º degrees, saturation: 0.13, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3D2F32 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.76.

Color convert

RGB614750-
CMYK00.230.180.76
HSL347.14º12.96%21.18%-
HSV(B)347.14º22.95%23.92%-
XYZ3.523.263.46-
YUV51.53127.14134.76-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 38.61%
GREEN value IS 47 (18.75% from 255) = 29.75%
BLUE value IS 50 (19.92% from 255) = 31.65%
R=38.61%
G=29.75%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61475000.230.180.76347.1412.9621.18
Hex3D2F32017124C15bd15
Octal755762027221145331525
Binary111101101111110010010111100101001100101011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D2F32; }

 p { color: rgb(61,47,50); }

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

<style>
 a { background-color: #3D2F32; }

 a { background-color: rgb(61,47,50); }

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

<style>
 span { border-color: #3D2F32; }

 span { border-color: rgb(61,47,50); }

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