Html Css Color HEX #372B25 Sambuca

📋 copy color: '#372B25'

red 55 ◦ green 43 ◦ blue 37

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

Shades of Sambuca #372B25

Tints of Sambuca #372B25

RGB

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

 GREEN value IS 43 (17.19% from 255) = 31.85%

 BLUE value IS 37 (14.84% from 255) = 27.41%

R = 40.74%
G = 31.85%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.33

 K value IS 0.78

RGB Variations

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

Color information

#372B25 (or 0x372B25) is known color: Sambuca. HEX triplet: 37, 2B and 25. RGB value is (55,43,37). Sum of RGB (Red+Green+Blue) = 55+43+37=135 (17% of max value = 765). Red value is 55 (21.88% from 255 or 40.74% from 135); Green value is 43 (17.19% from 255 or 31.85% from 135); Blue value is 37 (14.84% from 255 or 27.41% from 135); Max value from RGB is 55 - color contains mainly: red. Hex color #372B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372B25 is #C8D4DA. Grayscale: #2D2D2D. Windows color (decimal): -13161691 or 2435895. OLE color: 2435895.

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

Color convert

RGB 55 43 37 -
CMYK 0 0.22 0.33 0.78
HSL 20º 0.2% 0.18% -
HSV(B) 20º 0.33% 0.22% -
XYZ 2.77 2.67 2.12 -
YUV 45.9 122.98 134.49 -
System Red Green Blue C M Y K H S L
Decimal 55 43 37 0 0.22 0.33 0.78 20 0.2 0.18
Hex 37 2B 25 0 16 21 4E 14 14 12
Octal 67 53 45 0 26 41 116 24 24 22
Binary 110111 101011 100101 0 10110 100001 1001110 10100 10100 10010

Color Harmonies of #372B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372B25

Black with #372B25

Text Example


Text Example

White with #372B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,43,37); }

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

background-color css

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

 a { background-color: rgb(55,43,37); }

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

border-color css

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

 span { border-color: rgb(55,43,37); }

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