Html Css Color HEX #372D29 Sambuca

📋 copy color: '#372D29'

red 55 ◦ green 45 ◦ blue 41

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

Shades of Sambuca #372D29

Tints of Sambuca #372D29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 29.08%

R = 39.01%
G = 31.91%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.25

 K value IS 0.78

RGB Variations

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

Color information

#372D29 (or 0x372D29) is known color: Sambuca. HEX triplet: 37, 2D and 29. RGB value is (55,45,41). Sum of RGB (Red+Green+Blue) = 55+45+41=141 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.01% from 141); Green value is 45 (17.97% from 255 or 31.91% from 141); Blue value is 41 (16.41% from 255 or 29.08% from 141); Max value from RGB is 55 - color contains mainly: red. Hex color #372D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372D29 is #C8D2D6. Grayscale: #2F2F2F. Windows color (decimal): -13161175 or 2698551. OLE color: 2698551.

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

Color convert

RGB 55 45 41 -
CMYK 0 0.18 0.25 0.78
HSL 17.14º 0.15% 0.19% -
HSV(B) 17.14º 0.25% 0.22% -
XYZ 2.91 2.85 2.49 -
YUV 47.53 124.31 133.33 -
System Red Green Blue C M Y K H S L
Decimal 55 45 41 0 0.18 0.25 0.78 17.14 0.15 0.19
Hex 37 2D 29 0 12 19 4E 11 F 13
Octal 67 55 51 0 22 31 116 21 17 23
Binary 110111 101101 101001 0 10010 11001 1001110 10001 1111 10011

Color Harmonies of #372D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372D29

Black with #372D29

Text Example


Text Example

White with #372D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,45,41); }

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

background-color css

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

 a { background-color: rgb(55,45,41); }

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

border-color css

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

 span { border-color: rgb(55,45,41); }

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