Html Css Color HEX #372E2A Sambuca

📋 copy color: '#372E2A'

red 55 ◦ green 46 ◦ blue 42

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

Shades of Sambuca #372E2A

Tints of Sambuca #372E2A

RGB

 RED value IS 55 (21.88% from 255) = 38.46%

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

 BLUE value IS 42 (16.8% from 255) = 29.37%

R = 38.46%
G = 32.17%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.24

 K value IS 0.78

RGB Variations

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

Color information

#372E2A (or 0x372E2A) is known color: Sambuca. HEX triplet: 37, 2E and 2A. RGB value is (55,46,42). Sum of RGB (Red+Green+Blue) = 55+46+42=143 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.46% from 143); Green value is 46 (18.36% from 255 or 32.17% from 143); Blue value is 42 (16.80% from 255 or 29.37% from 143); Max value from RGB is 55 - color contains mainly: red. Hex color #372E2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372E2A is #C8D1D5. Grayscale: #303030. Windows color (decimal): -13160918 or 2764343. OLE color: 2764343.

HSL color Cylindrical-coordinate representation of color #372E2A: hue angle of 18.46º degrees, saturation: 0.13, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #372E2A is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 46 42 -
CMYK 0 0.16 0.24 0.78
HSL 18.46º 0.13% 0.19% -
HSV(B) 18.46º 0.24% 0.22% -
XYZ 2.97 2.93 2.6 -
YUV 48.24 124.48 132.83 -
System Red Green Blue C M Y K H S L
Decimal 55 46 42 0 0.16 0.24 0.78 18.46 0.13 0.19
Hex 37 2E 2A 0 10 18 4E 12 D 13
Octal 67 56 52 0 20 30 116 22 15 23
Binary 110111 101110 101010 0 10000 11000 1001110 10010 1101 10011

Color Harmonies of #372E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372E2A

Black with #372E2A

Text Example


Text Example

White with #372E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372E2A; }

 p { color: rgb(55,46,42); }

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

background-color css

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

 a { background-color: rgb(55,46,42); }

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

border-color css

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

 span { border-color: rgb(55,46,42); }

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