#413334

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

Shades of Cab Sav #413334

Tints of Cab Sav #413334

Color information

#413334 (or 0x413334) is unknown color: approx Cab Sav. HEX triplet: 41, 33 and 34. RGB value is (65,51,52). Sum of RGB (Red+Green+Blue) = 65+51+52=168 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.69% from 168); Green value is 51 (20.31% from 255 or 30.36% from 168); Blue value is 52 (20.70% from 255 or 30.95% from 168); Max value from RGB is 65 - color contains mainly: red. Hex color #413334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413334 is #BECCCB. Grayscale: #373737. Windows color (decimal): -12504268 or 3420993. OLE color: 3420993.

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

Color convert

RGB655152-
CMYK00.220.200.75
HSL355.71º12.07%22.75%-
HSV(B)355.71º21.54%25.49%-
XYZ3.983.743.76-
YUV55.3126.14134.92-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.69%
GREEN value IS 51 (20.31% from 255) = 30.36%
BLUE value IS 52 (20.70% from 255) = 30.95%
R=38.69%
G=30.36%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65515200.220.200.75355.7112.0722.75
Hex413334016144B164c17
Octal1016364026241135441427
Binary1000001110011110100010110101001001011101100100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413334; }

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

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

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

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

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

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

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

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