Html Css Color HEX #413337 Cab Sav

📋 copy color: '#413337'

red 65 ◦ green 51 ◦ blue 55

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

Shades of Cab Sav #413337

Tints of Cab Sav #413337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 32.16%

R = 38.01%
G = 29.82%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.15

 K value IS 0.75

RGB Variations

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

Color information

#413337 (or 0x413337) is known color: Cab Sav. HEX triplet: 41, 33 and 37. RGB value is (65,51,55). Sum of RGB (Red+Green+Blue) = 65+51+55=171 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.01% from 171); Green value is 51 (20.31% from 255 or 29.82% from 171); Blue value is 55 (21.88% from 255 or 32.16% from 171); Max value from RGB is 65 - color contains mainly: red. Hex color #413337 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413337 is #BECCC8. Grayscale: #373737. Windows color (decimal): -12504265 or 3617601. OLE color: 3617601.

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

Color convert

RGB 65 51 55 -
CMYK 0 0.22 0.15 0.75
HSL 342.86º 0.12% 0.23% -
HSV(B) 342.86º 0.22% 0.25% -
XYZ 4.05 3.77 4.13 -
YUV 55.64 127.64 134.67 -
System Red Green Blue C M Y K H S L
Decimal 65 51 55 0 0.22 0.15 0.75 342.86 0.12 0.23
Hex 41 33 37 0 16 F 4B 157 C 17
Octal 101 63 67 0 26 17 113 527 14 27
Binary 1000001 110011 110111 0 10110 1111 1001011 101010111 1100 10111

Color Harmonies of #413337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413337

Black with #413337

Text Example


Text Example

White with #413337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413337; }

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

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

background-color css

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

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

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

border-color css

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

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

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