Html Css Color HEX #393008 Mikado

📋 copy color: '#393008'

red 57 ◦ green 48 ◦ blue 8

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

Shades of Mikado #393008

Tints of Mikado #393008

RGB

 RED value IS 57 (22.66% from 255) = 50.44%

 GREEN value IS 48 (19.14% from 255) = 42.48%

 BLUE value IS 8 (3.52% from 255) = 7.08%

R = 50.44%
G = 42.48%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.78

RGB Variations

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

Color information

#393008 (or 0x393008) is known color: Mikado. HEX triplet: 39, 30 and 08. RGB value is (57,48,8). Sum of RGB (Red+Green+Blue) = 57+48+8=113 (14% of max value = 765). Red value is 57 (22.66% from 255 or 50.44% from 113); Green value is 48 (19.14% from 255 or 42.48% from 113); Blue value is 8 (3.52% from 255 or 7.08% from 113); Max value from RGB is 57 - color contains mainly: red. Hex color #393008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393008 is #C6CFF7. Grayscale: #2E2E2E. Windows color (decimal): -13029368 or 536633. OLE color: 536633.

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

Color convert

RGB 57 48 8 -
CMYK 0 0.16 0.86 0.78
HSL 48.98º 0.75% 0.13% -
HSV(B) 48.98º 0.86% 0.22% -
XYZ 2.79 3 0.66 -
YUV 46.13 106.48 135.75 -
System Red Green Blue C M Y K H S L
Decimal 57 48 8 0 0.16 0.86 0.78 48.98 0.75 0.13
Hex 39 30 8 0 10 56 4E 31 4B D
Octal 71 60 10 0 20 126 116 61 113 15
Binary 111001 110000 1000 0 10000 1010110 1001110 110001 1001011 1101

Color Harmonies of #393008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393008

Black with #393008

Text Example


Text Example

White with #393008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393008; }

 p { color: rgb(57,48,8); }

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

background-color css

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

 a { background-color: rgb(57,48,8); }

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

border-color css

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

 span { border-color: rgb(57,48,8); }

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