Html Css Color HEX #413234 Cab Sav

📋 copy color: '#413234'

red 65 ◦ green 50 ◦ blue 52

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

Shades of Cab Sav #413234

Tints of Cab Sav #413234

RGB

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

 GREEN value IS 50 (19.92% from 255) = 29.94%

 BLUE value IS 52 (20.7% from 255) = 31.14%

R = 38.92%
G = 29.94%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.20

 K value IS 0.75

RGB Variations

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

Color information

#413234 (or 0x413234) is known color: Cab Sav. HEX triplet: 41, 32 and 34. RGB value is (65,50,52). Sum of RGB (Red+Green+Blue) = 65+50+52=167 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.92% from 167); Green value is 50 (19.92% from 255 or 29.94% from 167); Blue value is 52 (20.70% from 255 or 31.14% from 167); Max value from RGB is 65 - color contains mainly: red. Hex color #413234 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413234 is #BECDCB. Grayscale: #363636. Windows color (decimal): -12504524 or 3420737. OLE color: 3420737.

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

Color convert

RGB 65 50 52 -
CMYK 0 0.23 0.20 0.75
HSL 352º 0.13% 0.23% -
HSV(B) 352º 0.23% 0.25% -
XYZ 3.94 3.65 3.75 -
YUV 54.71 126.47 135.34 -
System Red Green Blue C M Y K H S L
Decimal 65 50 52 0 0.23 0.20 0.75 352 0.13 0.23
Hex 41 32 34 0 17 14 4B 160 D 17
Octal 101 62 64 0 27 24 113 540 15 27
Binary 1000001 110010 110100 0 10111 10100 1001011 101100000 1101 10111

Color Harmonies of #413234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413234

Black with #413234

Text Example


Text Example

White with #413234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413234; }

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

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

background-color css

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

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

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

border-color css

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

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

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