Html Css Color HEX #413336 Cab Sav

📋 copy color: '#413336'

red 65 ◦ green 51 ◦ blue 54

#413336
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cab Sav #413336

Tints of Cab Sav #413336

RGB

 RED value IS 65 (25.78% from 255) = 38.24%

 GREEN value IS 51 (20.31% from 255) = 30%

 BLUE value IS 54 (21.48% from 255) = 31.76%

R = 38.24%
G = 30%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#413336 (or 0x413336) is known color: Cab Sav. HEX triplet: 41, 33 and 36. RGB value is (65,51,54). Sum of RGB (Red+Green+Blue) = 65+51+54=170 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.24% from 170); Green value is 51 (20.31% from 255 or 30% from 170); Blue value is 54 (21.48% from 255 or 31.76% from 170); Max value from RGB is 65 - color contains mainly: red. Hex color #413336 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413336 is #BECCC9. Grayscale: #373737. Windows color (decimal): -12504266 or 3552065. OLE color: 3552065.

HSL color Cylindrical-coordinate representation of color #413336: hue angle of 347.14º 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 #413336 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 51 54 -
CMYK 0 0.22 0.17 0.75
HSL 347.14º 0.12% 0.23% -
HSV(B) 347.14º 0.22% 0.25% -
XYZ 4.03 3.76 4 -
YUV 55.53 127.14 134.76 -
System Red Green Blue C M Y K H S L
Decimal 65 51 54 0 0.22 0.17 0.75 347.14 0.12 0.23
Hex 41 33 36 0 16 11 4B 15B C 17
Octal 101 63 66 0 26 21 113 533 14 27
Binary 1000001 110011 110110 0 10110 10001 1001011 101011011 1100 10111

Color Harmonies of #413336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413336

Black with #413336

Text Example


Text Example

White with #413336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413336; }

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

 H1.HeaderClassName
 {
   color: #413336;
 }
 .AnyTagClassName
 {
   color: #413336;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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