Html Css Color HEX #413537 Cab Sav

📋 copy color: '#413537'

red 65 ◦ green 53 ◦ blue 55

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

Shades of Cab Sav #413537

Tints of Cab Sav #413537

RGB

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

 GREEN value IS 53 (21.09% from 255) = 30.64%

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

R = 37.57%
G = 30.64%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.15

 K value IS 0.75

RGB Variations

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

Color information

#413537 (or 0x413537) is known color: Cab Sav. HEX triplet: 41, 35 and 37. RGB value is (65,53,55). Sum of RGB (Red+Green+Blue) = 65+53+55=173 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.57% from 173); Green value is 53 (21.09% from 255 or 30.64% from 173); Blue value is 55 (21.88% from 255 or 31.79% from 173); Max value from RGB is 65 - color contains mainly: red. Hex color #413537 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413537 is #BECAC8. Grayscale: #383838. Windows color (decimal): -12503753 or 3618113. OLE color: 3618113.

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

Color convert

RGB 65 53 55 -
CMYK 0 0.18 0.15 0.75
HSL 350º 0.1% 0.23% -
HSV(B) 350º 0.18% 0.25% -
XYZ 4.14 3.95 4.16 -
YUV 56.82 126.98 133.84 -
System Red Green Blue C M Y K H S L
Decimal 65 53 55 0 0.18 0.15 0.75 350 0.1 0.23
Hex 41 35 37 0 12 F 4B 15E A 17
Octal 101 65 67 0 22 17 113 536 12 27
Binary 1000001 110101 110111 0 10010 1111 1001011 101011110 1010 10111

Color Harmonies of #413537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413537

Black with #413537

Text Example


Text Example

White with #413537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413537; }

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

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

background-color css

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

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

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

border-color css

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

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

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