Html Css Color HEX #382E0F Mikado

📋 copy color: '#382E0F'

red 56 ◦ green 46 ◦ blue 15

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

Shades of Mikado #382E0F

Tints of Mikado #382E0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 12.82%

R = 47.86%
G = 39.32%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.73

 K value IS 0.78

RGB Variations

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

Color information

#382E0F (or 0x382E0F) is known color: Mikado. HEX triplet: 38, 2E and 0F. RGB value is (56,46,15). Sum of RGB (Red+Green+Blue) = 56+46+15=117 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.86% from 117); Green value is 46 (18.36% from 255 or 39.32% from 117); Blue value is 15 (6.25% from 255 or 12.82% from 117); Max value from RGB is 56 - color contains mainly: red. Hex color #382E0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382E0F is #C7D1F0. Grayscale: #2D2D2D. Windows color (decimal): -13095409 or 994872. OLE color: 994872.

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

Color convert

RGB 56 46 15 -
CMYK 0 0.18 0.73 0.78
HSL 45.37º 0.58% 0.14% -
HSV(B) 45.37º 0.73% 0.22% -
XYZ 2.69 2.83 0.86 -
YUV 45.46 110.81 135.52 -
System Red Green Blue C M Y K H S L
Decimal 56 46 15 0 0.18 0.73 0.78 45.37 0.58 0.14
Hex 38 2E F 0 12 49 4E 2D 3A E
Octal 70 56 17 0 22 111 116 55 72 16
Binary 111000 101110 1111 0 10010 1001001 1001110 101101 111010 1110

Color Harmonies of #382E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382E0F

Black with #382E0F

Text Example


Text Example

White with #382E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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