Html Css Color HEX #362E13 Mikado

📋 copy color: '#362E13'

red 54 ◦ green 46 ◦ blue 19

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

Shades of Mikado #362E13

Tints of Mikado #362E13

RGB

 RED value IS 54 (21.48% from 255) = 45.38%

 GREEN value IS 46 (18.36% from 255) = 38.66%

 BLUE value IS 19 (7.81% from 255) = 15.97%

R = 45.38%
G = 38.66%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.65

 K value IS 0.79

RGB Variations

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

Color information

#362E13 (or 0x362E13) is known color: Mikado. HEX triplet: 36, 2E and 13. RGB value is (54,46,19). Sum of RGB (Red+Green+Blue) = 54+46+19=119 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.38% from 119); Green value is 46 (18.36% from 255 or 38.66% from 119); Blue value is 19 (7.81% from 255 or 15.97% from 119); Max value from RGB is 54 - color contains mainly: red. Hex color #362E13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362E13 is #C9D1EC. Grayscale: #2D2D2D. Windows color (decimal): -13226477 or 1257014. OLE color: 1257014.

HSL color Cylindrical-coordinate representation of color #362E13: hue angle of 46.29º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #362E13 is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 46 19 -
CMYK 0 0.15 0.65 0.79
HSL 46.29º 0.48% 0.14% -
HSV(B) 46.29º 0.65% 0.21% -
XYZ 2.62 2.79 1.02 -
YUV 45.31 113.15 134.2 -
System Red Green Blue C M Y K H S L
Decimal 54 46 19 0 0.15 0.65 0.79 46.29 0.48 0.14
Hex 36 2E 13 0 F 41 4F 2E 30 E
Octal 66 56 23 0 17 101 117 56 60 16
Binary 110110 101110 10011 0 1111 1000001 1001111 101110 110000 1110

Color Harmonies of #362E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362E13

Black with #362E13

Text Example


Text Example

White with #362E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362E13; }

 p { color: rgb(54,46,19); }

 H1.HeaderClassName
 {
   color: #362E13;
 }
 .AnyTagClassName
 {
   color: #362E13;
 }
</style>

background-color css

<style>
 a { background-color: #362E13; }

 a { background-color: rgb(54,46,19); }

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

border-color css

<style>
 span { border-color: #362E13; }

 span { border-color: rgb(54,46,19); }

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