Html Css Color HEX #382F18 Mikado

📋 copy color: '#382F18'

red 56 ◦ green 47 ◦ blue 24

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

Shades of Mikado #382F18

Tints of Mikado #382F18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 18.9%

R = 44.09%
G = 37.01%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.57

 K value IS 0.78

RGB Variations

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

Color information

#382F18 (or 0x382F18) is known color: Mikado. HEX triplet: 38, 2F and 18. RGB value is (56,47,24). Sum of RGB (Red+Green+Blue) = 56+47+24=127 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.09% from 127); Green value is 47 (18.75% from 255 or 37.01% from 127); Blue value is 24 (9.77% from 255 or 18.90% from 127); Max value from RGB is 56 - color contains mainly: red. Hex color #382F18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382F18 is #C7D0E7. Grayscale: #2F2F2F. Windows color (decimal): -13095144 or 1584952. OLE color: 1584952.

HSL color Cylindrical-coordinate representation of color #382F18: hue angle of 43.12º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #382F18 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 47 24 -
CMYK 0 0.16 0.57 0.78
HSL 43.13º 0.4% 0.16% -
HSV(B) 43.13º 0.57% 0.22% -
XYZ 2.81 2.94 1.28 -
YUV 47.07 114.98 134.37 -
System Red Green Blue C M Y K H S L
Decimal 56 47 24 0 0.16 0.57 0.78 43.13 0.4 0.16
Hex 38 2F 18 0 10 39 4E 2B 28 10
Octal 70 57 30 0 20 71 116 53 50 20
Binary 111000 101111 11000 0 10000 111001 1001110 101011 101000 10000

Color Harmonies of #382F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382F18

Black with #382F18

Text Example


Text Example

White with #382F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,47,24); }

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

background-color css

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

 a { background-color: rgb(56,47,24); }

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

border-color css

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

 span { border-color: rgb(56,47,24); }

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