Html Css Color HEX #412E33 Cab Sav

📋 copy color: '#412E33'

red 65 ◦ green 46 ◦ blue 51

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

Shades of Cab Sav #412E33

Tints of Cab Sav #412E33

RGB

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

 GREEN value IS 46 (18.36% from 255) = 28.4%

 BLUE value IS 51 (20.31% from 255) = 31.48%

R = 40.12%
G = 28.4%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.22

 K value IS 0.75

RGB Variations

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

Color information

#412E33 (or 0x412E33) is known color: Cab Sav. HEX triplet: 41, 2E and 33. RGB value is (65,46,51). Sum of RGB (Red+Green+Blue) = 65+46+51=162 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.12% from 162); Green value is 46 (18.36% from 255 or 28.40% from 162); Blue value is 51 (20.31% from 255 or 31.48% from 162); Max value from RGB is 65 - color contains mainly: red. Hex color #412E33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412E33 is #BED1CC. Grayscale: #343434. Windows color (decimal): -12505549 or 3354177. OLE color: 3354177.

HSL color Cylindrical-coordinate representation of color #412E33: hue angle of 344.21º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #412E33 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 46 51 -
CMYK 0 0.29 0.22 0.75
HSL 344.21º 0.17% 0.22% -
HSV(B) 344.21º 0.29% 0.25% -
XYZ 3.75 3.32 3.57 -
YUV 52.25 127.29 137.09 -
System Red Green Blue C M Y K H S L
Decimal 65 46 51 0 0.29 0.22 0.75 344.21 0.17 0.22
Hex 41 2E 33 0 1D 16 4B 158 11 16
Octal 101 56 63 0 35 26 113 530 21 26
Binary 1000001 101110 110011 0 11101 10110 1001011 101011000 10001 10110

Color Harmonies of #412E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412E33

Black with #412E33

Text Example


Text Example

White with #412E33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412E33; }

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

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

background-color css

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

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

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

border-color css

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

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

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