Html Css Color HEX #362E14 Mikado

📋 copy color: '#362E14'

red 54 ◦ green 46 ◦ blue 20

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

Shades of Mikado #362E14

Tints of Mikado #362E14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 16.67%

R = 45%
G = 38.33%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.63

 K value IS 0.79

RGB Variations

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

Color information

#362E14 (or 0x362E14) is known color: Mikado. HEX triplet: 36, 2E and 14. RGB value is (54,46,20). Sum of RGB (Red+Green+Blue) = 54+46+20=120 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45% from 120); Green value is 46 (18.36% from 255 or 38.33% from 120); Blue value is 20 (8.20% from 255 or 16.67% from 120); Max value from RGB is 54 - color contains mainly: red. Hex color #362E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362E14 is #C9D1EB. Grayscale: #2D2D2D. Windows color (decimal): -13226476 or 1322550. OLE color: 1322550.

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

Color convert

RGB 54 46 20 -
CMYK 0 0.15 0.63 0.79
HSL 45.88º 0.46% 0.15% -
HSV(B) 45.88º 0.63% 0.21% -
XYZ 2.62 2.79 1.06 -
YUV 45.43 113.65 134.11 -
System Red Green Blue C M Y K H S L
Decimal 54 46 20 0 0.15 0.63 0.79 45.88 0.46 0.15
Hex 36 2E 14 0 F 3F 4F 2E 2E F
Octal 66 56 24 0 17 77 117 56 56 17
Binary 110110 101110 10100 0 1111 111111 1001111 101110 101110 1111

Color Harmonies of #362E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362E14

Black with #362E14

Text Example


Text Example

White with #362E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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