Html Css Color HEX #413437 Cab Sav

📋 copy color: '#413437'

red 65 ◦ green 52 ◦ blue 55

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

Shades of Cab Sav #413437

Tints of Cab Sav #413437

RGB

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

 GREEN value IS 52 (20.7% from 255) = 30.23%

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

R = 37.79%
G = 30.23%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.15

 K value IS 0.75

RGB Variations

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

Color information

#413437 (or 0x413437) is known color: Cab Sav. HEX triplet: 41, 34 and 37. RGB value is (65,52,55). Sum of RGB (Red+Green+Blue) = 65+52+55=172 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.79% from 172); Green value is 52 (20.70% from 255 or 30.23% from 172); Blue value is 55 (21.88% from 255 or 31.98% from 172); Max value from RGB is 65 - color contains mainly: red. Hex color #413437 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413437 is #BECBC8. Grayscale: #383838. Windows color (decimal): -12504009 or 3617857. OLE color: 3617857.

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

Color convert

RGB 65 52 55 -
CMYK 0 0.20 0.15 0.75
HSL 346.15º 0.11% 0.23% -
HSV(B) 346.15º 0.2% 0.25% -
XYZ 4.1 3.86 4.14 -
YUV 56.23 127.31 134.26 -
System Red Green Blue C M Y K H S L
Decimal 65 52 55 0 0.20 0.15 0.75 346.15 0.11 0.23
Hex 41 34 37 0 14 F 4B 15A B 17
Octal 101 64 67 0 24 17 113 532 13 27
Binary 1000001 110100 110111 0 10100 1111 1001011 101011010 1011 10111

Color Harmonies of #413437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413437

Black with #413437

Text Example


Text Example

White with #413437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413437; }

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

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

background-color css

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

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

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

border-color css

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

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

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