Html Css Color HEX #382F17 Mikado

📋 copy color: '#382F17'

red 56 ◦ green 47 ◦ blue 23

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

Shades of Mikado #382F17

Tints of Mikado #382F17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 18.25%

R = 44.44%
G = 37.3%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.59

 K value IS 0.78

RGB Variations

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

Color information

#382F17 (or 0x382F17) is known color: Mikado. HEX triplet: 38, 2F and 17. RGB value is (56,47,23). Sum of RGB (Red+Green+Blue) = 56+47+23=126 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.44% from 126); Green value is 47 (18.75% from 255 or 37.30% from 126); Blue value is 23 (9.38% from 255 or 18.25% from 126); Max value from RGB is 56 - color contains mainly: red. Hex color #382F17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382F17 is #C7D0E8. Grayscale: #2F2F2F. Windows color (decimal): -13095145 or 1519416. OLE color: 1519416.

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

Color convert

RGB 56 47 23 -
CMYK 0 0.16 0.59 0.78
HSL 43.64º 0.42% 0.15% -
HSV(B) 43.64º 0.59% 0.22% -
XYZ 2.8 2.94 1.23 -
YUV 46.96 114.48 134.45 -
System Red Green Blue C M Y K H S L
Decimal 56 47 23 0 0.16 0.59 0.78 43.64 0.42 0.15
Hex 38 2F 17 0 10 3B 4E 2C 2A F
Octal 70 57 27 0 20 73 116 54 52 17
Binary 111000 101111 10111 0 10000 111011 1001110 101100 101010 1111

Color Harmonies of #382F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382F17

Black with #382F17

Text Example


Text Example

White with #382F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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