Html Css Color HEX #372F12 Mikado

📋 copy color: '#372F12'

red 55 ◦ green 47 ◦ blue 18

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

Shades of Mikado #372F12

Tints of Mikado #372F12

RGB

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

 GREEN value IS 47 (18.75% from 255) = 39.17%

 BLUE value IS 18 (7.42% from 255) = 15%

R = 45.83%
G = 39.17%
B = 15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.67

 K value IS 0.78

RGB Variations

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

Color information

#372F12 (or 0x372F12) is known color: Mikado. HEX triplet: 37, 2F and 12. RGB value is (55,47,18). Sum of RGB (Red+Green+Blue) = 55+47+18=120 (15% of max value = 765). Red value is 55 (21.88% from 255 or 45.83% from 120); Green value is 47 (18.75% from 255 or 39.17% from 120); Blue value is 18 (7.42% from 255 or 15% from 120); Max value from RGB is 55 - color contains mainly: red. Hex color #372F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372F12 is #C8D0ED. Grayscale: #2E2E2E. Windows color (decimal): -13160686 or 1191735. OLE color: 1191735.

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

Color convert

RGB 55 47 18 -
CMYK 0 0.15 0.67 0.78
HSL 47.03º 0.51% 0.14% -
HSV(B) 47.03º 0.67% 0.22% -
XYZ 2.7 2.89 0.99 -
YUV 46.09 112.15 134.36 -
System Red Green Blue C M Y K H S L
Decimal 55 47 18 0 0.15 0.67 0.78 47.03 0.51 0.14
Hex 37 2F 12 0 F 43 4E 2F 33 E
Octal 67 57 22 0 17 103 116 57 63 16
Binary 110111 101111 10010 0 1111 1000011 1001110 101111 110011 1110

Color Harmonies of #372F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372F12

Black with #372F12

Text Example


Text Example

White with #372F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,47,18); }

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

background-color css

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

 a { background-color: rgb(55,47,18); }

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

border-color css

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

 span { border-color: rgb(55,47,18); }

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