Html Css Color HEX #3B1809 Brown Pod

📋 copy color: '#3B1809'

red 59 ◦ green 24 ◦ blue 9

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

Shades of Brown Pod #3B1809

Tints of Brown Pod #3B1809

RGB

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

 GREEN value IS 24 (9.77% from 255) = 26.09%

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

R = 64.13%
G = 26.09%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.85

 K value IS 0.77

RGB Variations

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

Color information

#3B1809 (or 0x3B1809) is known color: Brown Pod. HEX triplet: 3B, 18 and 09. RGB value is (59,24,9). Sum of RGB (Red+Green+Blue) = 59+24+9=92 (12% of max value = 765). Red value is 59 (23.44% from 255 or 64.13% from 92); Green value is 24 (9.77% from 255 or 26.09% from 92); Blue value is 9 (3.91% from 255 or 9.78% from 92); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1809 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1809 is #C4E7F6. Grayscale: #202020. Windows color (decimal): -12904439 or 596027. OLE color: 596027.

HSL color Cylindrical-coordinate representation of color #3B1809: hue angle of 18º 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 #3B1809 is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 24 9 -
CMYK 0 0.59 0.85 0.77
HSL 18º 0.74% 0.13% -
HSV(B) 18º 0.85% 0.23% -
XYZ 2.18 1.6 0.45 -
YUV 32.76 114.6 146.72 -
System Red Green Blue C M Y K H S L
Decimal 59 24 9 0 0.59 0.85 0.77 18 0.74 0.13
Hex 3B 18 9 0 3B 55 4D 12 4A D
Octal 73 30 11 0 73 125 115 22 112 15
Binary 111011 11000 1001 0 111011 1010101 1001101 10010 1001010 1101

Color Harmonies of #3B1809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1809

Black with #3B1809

Text Example


Text Example

White with #3B1809

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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