Html Css Color HEX #382E09 Mikado

📋 copy color: '#382E09'

red 56 ◦ green 46 ◦ blue 9

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

Shades of Mikado #382E09

Tints of Mikado #382E09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 8.11%

R = 50.45%
G = 41.44%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.78

RGB Variations

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

Color information

#382E09 (or 0x382E09) is known color: Mikado. HEX triplet: 38, 2E and 09. RGB value is (56,46,9). Sum of RGB (Red+Green+Blue) = 56+46+9=111 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.45% from 111); Green value is 46 (18.36% from 255 or 41.44% from 111); Blue value is 9 (3.91% from 255 or 8.11% from 111); Max value from RGB is 56 - color contains mainly: red. Hex color #382E09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382E09 is #C7D1F6. Grayscale: #2C2C2C. Windows color (decimal): -13095415 or 601656. OLE color: 601656.

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

Color convert

RGB 56 46 9 -
CMYK 0 0.18 0.84 0.78
HSL 47.23º 0.72% 0.13% -
HSV(B) 47.23º 0.84% 0.22% -
XYZ 2.66 2.81 0.66 -
YUV 44.77 107.81 136.01 -
System Red Green Blue C M Y K H S L
Decimal 56 46 9 0 0.18 0.84 0.78 47.23 0.72 0.13
Hex 38 2E 9 0 12 54 4E 2F 48 D
Octal 70 56 11 0 22 124 116 57 110 15
Binary 111000 101110 1001 0 10010 1010100 1001110 101111 1001000 1101

Color Harmonies of #382E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382E09

Black with #382E09

Text Example


Text Example

White with #382E09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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