Html Css Color HEX #3E2E26 Sambuca

📋 copy color: '#3E2E26'

red 62 ◦ green 46 ◦ blue 38

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

Shades of Sambuca #3E2E26

Tints of Sambuca #3E2E26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 26.03%

R = 42.47%
G = 31.51%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.39

 K value IS 0.76

RGB Variations

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

Color information

#3E2E26 (or 0x3E2E26) is known color: Sambuca. HEX triplet: 3E, 2E and 26. RGB value is (62,46,38). Sum of RGB (Red+Green+Blue) = 62+46+38=146 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.47% from 146); Green value is 46 (18.36% from 255 or 31.51% from 146); Blue value is 38 (15.23% from 255 or 26.03% from 146); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2E26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2E26 is #C1D1D9. Grayscale: #313131. Windows color (decimal): -12702170 or 2502206. OLE color: 2502206.

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

Color convert

RGB 62 46 38 -
CMYK 0 0.26 0.39 0.76
HSL 20º 0.24% 0.2% -
HSV(B) 20º 0.39% 0.24% -
XYZ 3.31 3.12 2.26 -
YUV 49.87 121.3 136.65 -
System Red Green Blue C M Y K H S L
Decimal 62 46 38 0 0.26 0.39 0.76 20 0.24 0.2
Hex 3E 2E 26 0 1A 27 4C 14 18 14
Octal 76 56 46 0 32 47 114 24 30 24
Binary 111110 101110 100110 0 11010 100111 1001100 10100 11000 10100

Color Harmonies of #3E2E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2E26

Black with #3E2E26

Text Example


Text Example

White with #3E2E26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,46,38); }

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

background-color css

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

 a { background-color: rgb(62,46,38); }

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

border-color css

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

 span { border-color: rgb(62,46,38); }

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