#412F31

Color #412F31 Cab Sav (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cab Sav #412F31

Tints of Cab Sav #412F31

Color information

#412F31 (or 0x412F31) is unknown color: approx Cab Sav. HEX triplet: 41, 2F and 31. RGB value is (65,47,49). Sum of RGB (Red+Green+Blue) = 65+47+49=161 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.37% from 161); Green value is 47 (18.75% from 255 or 29.19% from 161); Blue value is 49 (19.53% from 255 or 30.43% from 161); Max value from RGB is 65 - color contains mainly: red. Hex color #412F31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412F31 is #BED0CE. Grayscale: #343434. Windows color (decimal): -12505295 or 3223361. OLE color: 3223361.

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

Color convert

RGB654749-
CMYK00.280.250.75
HSL353.33º16.07%21.96%-
HSV(B)353.33º27.69%25.49%-
XYZ3.753.383.36-
YUV52.61125.96136.84-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.37%
GREEN value IS 47 (18.75% from 255) = 29.19%
BLUE value IS 49 (19.53% from 255) = 30.43%
R=40.37%
G=29.19%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65474900.280.250.75353.3316.0721.96
Hex412F3101C194B1611016
Octal1015761034311135412026
Binary10000011011111100010111001100110010111011000011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,47,49); }

 H1.HeaderClassName
 {
   color: #412F31;
 }
 .AnyTagClassName
 {
   color: #412F31;
 }
</style>
background-color css

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

 a { background-color: rgb(65,47,49); }

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

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

 span { border-color: rgb(65,47,49); }

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