Html Css Color HEX #372F1B Mikado

📋 copy color: '#372F1B'

red 55 ◦ green 47 ◦ blue 27

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

Shades of Mikado #372F1B

Tints of Mikado #372F1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 20.93%

R = 42.64%
G = 36.43%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.51

 K value IS 0.78

RGB Variations

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

Color information

#372F1B (or 0x372F1B) is known color: Mikado. HEX triplet: 37, 2F and 1B. RGB value is (55,47,27). Sum of RGB (Red+Green+Blue) = 55+47+27=129 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.64% from 129); Green value is 47 (18.75% from 255 or 36.43% from 129); Blue value is 27 (10.94% from 255 or 20.93% from 129); Max value from RGB is 55 - color contains mainly: red. Hex color #372F1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372F1B is #C8D0E4. Grayscale: #2F2F2F. Windows color (decimal): -13160677 or 1781559. OLE color: 1781559.

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

Color convert

RGB 55 47 27 -
CMYK 0 0.15 0.51 0.78
HSL 42.86º 0.34% 0.16% -
HSV(B) 42.86º 0.51% 0.22% -
XYZ 2.79 2.92 1.45 -
YUV 47.11 116.65 133.63 -
System Red Green Blue C M Y K H S L
Decimal 55 47 27 0 0.15 0.51 0.78 42.86 0.34 0.16
Hex 37 2F 1B 0 F 33 4E 2B 22 10
Octal 67 57 33 0 17 63 116 53 42 20
Binary 110111 101111 11011 0 1111 110011 1001110 101011 100010 10000

Color Harmonies of #372F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372F1B

Black with #372F1B

Text Example


Text Example

White with #372F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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