Html Css Color HEX #382F19 Mikado

📋 copy color: '#382F19'

red 56 ◦ green 47 ◦ blue 25

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

Shades of Mikado #382F19

Tints of Mikado #382F19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 19.53%

R = 43.75%
G = 36.72%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.55

 K value IS 0.78

RGB Variations

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

Color information

#382F19 (or 0x382F19) is known color: Mikado. HEX triplet: 38, 2F and 19. RGB value is (56,47,25). Sum of RGB (Red+Green+Blue) = 56+47+25=128 (16% of max value = 765). Red value is 56 (22.27% from 255 or 43.75% from 128); Green value is 47 (18.75% from 255 or 36.72% from 128); Blue value is 25 (10.16% from 255 or 19.53% from 128); Max value from RGB is 56 - color contains mainly: red. Hex color #382F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382F19 is #C7D0E6. Grayscale: #2F2F2F. Windows color (decimal): -13095143 or 1650488. OLE color: 1650488.

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

Color convert

RGB 56 47 25 -
CMYK 0 0.16 0.55 0.78
HSL 42.58º 0.38% 0.16% -
HSV(B) 42.58º 0.55% 0.22% -
XYZ 2.82 2.94 1.34 -
YUV 47.18 115.48 134.29 -
System Red Green Blue C M Y K H S L
Decimal 56 47 25 0 0.16 0.55 0.78 42.58 0.38 0.16
Hex 38 2F 19 0 10 37 4E 2B 26 10
Octal 70 57 31 0 20 67 116 53 46 20
Binary 111000 101111 11001 0 10000 110111 1001110 101011 100110 10000

Color Harmonies of #382F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382F19

Black with #382F19

Text Example


Text Example

White with #382F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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