Html Css Color HEX #382E12 Mikado

📋 copy color: '#382E12'

red 56 ◦ green 46 ◦ blue 18

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

Shades of Mikado #382E12

Tints of Mikado #382E12

RGB

 RED value IS 56 (22.27% from 255) = 46.67%

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

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

R = 46.67%
G = 38.33%
B = 15%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.68

 K value IS 0.78

RGB Variations

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

Color information

#382E12 (or 0x382E12) is known color: Mikado. HEX triplet: 38, 2E and 12. RGB value is (56,46,18). Sum of RGB (Red+Green+Blue) = 56+46+18=120 (15% of max value = 765). Red value is 56 (22.27% from 255 or 46.67% from 120); Green value is 46 (18.36% from 255 or 38.33% from 120); Blue value is 18 (7.42% from 255 or 15% from 120); Max value from RGB is 56 - color contains mainly: red. Hex color #382E12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382E12 is #C7D1ED. Grayscale: #2D2D2D. Windows color (decimal): -13095406 or 1191480. OLE color: 1191480.

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

Color convert

RGB 56 46 18 -
CMYK 0 0.18 0.68 0.78
HSL 44.21º 0.51% 0.15% -
HSV(B) 44.21º 0.68% 0.22% -
XYZ 2.72 2.84 0.98 -
YUV 45.8 112.31 135.28 -
System Red Green Blue C M Y K H S L
Decimal 56 46 18 0 0.18 0.68 0.78 44.21 0.51 0.15
Hex 38 2E 12 0 12 44 4E 2C 33 F
Octal 70 56 22 0 22 104 116 54 63 17
Binary 111000 101110 10010 0 10010 1000100 1001110 101100 110011 1111

Color Harmonies of #382E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382E12

Black with #382E12

Text Example


Text Example

White with #382E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382E12; }

 p { color: rgb(56,46,18); }

 H1.HeaderClassName
 {
   color: #382E12;
 }
 .AnyTagClassName
 {
   color: #382E12;
 }
</style>

background-color css

<style>
 a { background-color: #382E12; }

 a { background-color: rgb(56,46,18); }

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

border-color css

<style>
 span { border-color: #382E12; }

 span { border-color: rgb(56,46,18); }

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