#413234

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

Shades of Cab Sav #413234

Tints of Cab Sav #413234

Color information

#413234 (or 0x413234) is unknown color: approx Cab Sav. HEX triplet: 41, 32 and 34. RGB value is (65,50,52). Sum of RGB (Red+Green+Blue) = 65+50+52=167 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.92% from 167); Green value is 50 (19.92% from 255 or 29.94% from 167); Blue value is 52 (20.70% from 255 or 31.14% from 167); Max value from RGB is 65 - color contains mainly: red. Hex color #413234 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413234 is #BECDCB. Grayscale: #363636. Windows color (decimal): -12504524 or 3420737. OLE color: 3420737.

HSL color Cylindrical-coordinate representation of color #413234: hue angle of 352º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #413234 is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.75.

Color convert

RGB655052-
CMYK00.230.200.75
HSL352º13.04%22.55%-
HSV(B)352º23.08%25.49%-
XYZ3.943.653.75-
YUV54.71126.47135.34-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.92%
GREEN value IS 50 (19.92% from 255) = 29.94%
BLUE value IS 52 (20.70% from 255) = 31.14%
R=38.92%
G=29.94%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65505200.230.200.7535213.0422.55
Hex413234017144B160d17
Octal1016264027241135401527
Binary1000001110010110100010111101001001011101100000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413234; }

 p { color: rgb(65,50,52); }

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

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

 a { background-color: rgb(65,50,52); }

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

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

 span { border-color: rgb(65,50,52); }

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