Html Css Color HEX #372C26 Sambuca

📋 copy color: '#372C26'

red 55 ◦ green 44 ◦ blue 38

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

Shades of Sambuca #372C26

Tints of Sambuca #372C26

RGB

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

 GREEN value IS 44 (17.58% from 255) = 32.12%

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

R = 40.15%
G = 32.12%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.31

 K value IS 0.78

RGB Variations

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

Color information

#372C26 (or 0x372C26) is known color: Sambuca. HEX triplet: 37, 2C and 26. RGB value is (55,44,38). Sum of RGB (Red+Green+Blue) = 55+44+38=137 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.15% from 137); Green value is 44 (17.58% from 255 or 32.12% from 137); Blue value is 38 (15.23% from 255 or 27.74% from 137); Max value from RGB is 55 - color contains mainly: red. Hex color #372C26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372C26 is #C8D3D9. Grayscale: #2E2E2E. Windows color (decimal): -13161434 or 2501687. OLE color: 2501687.

HSL color Cylindrical-coordinate representation of color #372C26: hue angle of 21.18º degrees, saturation: 0.18, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #372C26 is Cyan = 0, Magento = 0.2, Yellow = 0.31 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 44 38 -
CMYK 0 0.2 0.31 0.78
HSL 21.18º 0.18% 0.18% -
HSV(B) 21.18º 0.31% 0.22% -
XYZ 2.83 2.75 2.22 -
YUV 46.61 123.14 133.99 -
System Red Green Blue C M Y K H S L
Decimal 55 44 38 0 0.2 0.31 0.78 21.18 0.18 0.18
Hex 37 2C 26 0 14 1F 4E 15 12 12
Octal 67 54 46 0 24 37 116 25 22 22
Binary 110111 101100 100110 0 10100 11111 1001110 10101 10010 10010

Color Harmonies of #372C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372C26

Black with #372C26

Text Example


Text Example

White with #372C26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,44,38); }

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

background-color css

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

 a { background-color: rgb(55,44,38); }

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

border-color css

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

 span { border-color: rgb(55,44,38); }

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