Html Css Color HEX #3E2D31 Cab Sav

📋 copy color: '#3E2D31'

red 62 ◦ green 45 ◦ blue 49

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

Shades of Cab Sav #3E2D31

Tints of Cab Sav #3E2D31

RGB

 RED value IS 62 (24.61% from 255) = 39.74%

 GREEN value IS 45 (17.97% from 255) = 28.85%

 BLUE value IS 49 (19.53% from 255) = 31.41%

R = 39.74%
G = 28.85%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.21

 K value IS 0.76

RGB Variations

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

Color information

#3E2D31 (or 0x3E2D31) is known color: Cab Sav. HEX triplet: 3E, 2D and 31. RGB value is (62,45,49). Sum of RGB (Red+Green+Blue) = 62+45+49=156 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.74% from 156); Green value is 45 (17.97% from 255 or 28.85% from 156); Blue value is 49 (19.53% from 255 or 31.41% from 156); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2D31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2D31 is #C1D2CE. Grayscale: #323232. Windows color (decimal): -12702415 or 3222846. OLE color: 3222846.

HSL color Cylindrical-coordinate representation of color #3E2D31: hue angle of 345.88º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3E2D31 is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.76.

Color convert

RGB 62 45 49 -
CMYK 0 0.27 0.21 0.76
HSL 345.88º 0.16% 0.21% -
HSV(B) 345.88º 0.27% 0.24% -
XYZ 3.48 3.12 3.33 -
YUV 50.54 127.13 136.17 -
System Red Green Blue C M Y K H S L
Decimal 62 45 49 0 0.27 0.21 0.76 345.88 0.16 0.21
Hex 3E 2D 31 0 1B 15 4C 15A 10 15
Octal 76 55 61 0 33 25 114 532 20 25
Binary 111110 101101 110001 0 11011 10101 1001100 101011010 10000 10101

Color Harmonies of #3E2D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2D31

Black with #3E2D31

Text Example


Text Example

White with #3E2D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E2D31; }

 p { color: rgb(62,45,49); }

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

background-color css

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

 a { background-color: rgb(62,45,49); }

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

border-color css

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

 span { border-color: rgb(62,45,49); }

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