Html Css Color HEX #3B3009 Mikado

📋 copy color: '#3B3009'

red 59 ◦ green 48 ◦ blue 9

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

Shades of Mikado #3B3009

Tints of Mikado #3B3009

RGB

 RED value IS 59 (23.44% from 255) = 50.86%

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

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

R = 50.86%
G = 41.38%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.85

 K value IS 0.77

RGB Variations

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

Color information

#3B3009 (or 0x3B3009) is known color: Mikado. HEX triplet: 3B, 30 and 09. RGB value is (59,48,9). Sum of RGB (Red+Green+Blue) = 59+48+9=116 (15% of max value = 765). Red value is 59 (23.44% from 255 or 50.86% from 116); Green value is 48 (19.14% from 255 or 41.38% from 116); Blue value is 9 (3.91% from 255 or 7.76% from 116); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3009 is #C4CFF6. Grayscale: #2F2F2F. Windows color (decimal): -12898295 or 602171. OLE color: 602171.

HSL color Cylindrical-coordinate representation of color #3B3009: hue angle of 46.8º degrees, saturation: 0.74, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3B3009 is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 48 9 -
CMYK 0 0.19 0.85 0.77
HSL 46.8º 0.74% 0.13% -
HSV(B) 46.8º 0.85% 0.23% -
XYZ 2.91 3.06 0.7 -
YUV 46.84 106.64 136.67 -
System Red Green Blue C M Y K H S L
Decimal 59 48 9 0 0.19 0.85 0.77 46.8 0.74 0.13
Hex 3B 30 9 0 13 55 4D 2F 4A D
Octal 73 60 11 0 23 125 115 57 112 15
Binary 111011 110000 1001 0 10011 1010101 1001101 101111 1001010 1101

Color Harmonies of #3B3009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3009

Black with #3B3009

Text Example


Text Example

White with #3B3009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B3009; }

 p { color: rgb(59,48,9); }

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

background-color css

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

 a { background-color: rgb(59,48,9); }

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

border-color css

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

 span { border-color: rgb(59,48,9); }

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