Html Css Color HEX #3B1509 Brown Pod

📋 copy color: '#3B1509'

red 59 ◦ green 21 ◦ blue 9

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

Shades of Brown Pod #3B1509

Tints of Brown Pod #3B1509

RGB

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

 GREEN value IS 21 (8.59% from 255) = 23.6%

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

R = 66.29%
G = 23.6%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.85

 K value IS 0.77

RGB Variations

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

Color information

#3B1509 (or 0x3B1509) is known color: Brown Pod. HEX triplet: 3B, 15 and 09. RGB value is (59,21,9). Sum of RGB (Red+Green+Blue) = 59+21+9=89 (11% of max value = 765). Red value is 59 (23.44% from 255 or 66.29% from 89); Green value is 21 (8.59% from 255 or 23.60% from 89); Blue value is 9 (3.91% from 255 or 10.11% from 89); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1509 is #C4EAF6. Grayscale: #1F1F1F. Windows color (decimal): -12905207 or 595259. OLE color: 595259.

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

Color convert

RGB 59 21 9 -
CMYK 0 0.64 0.85 0.77
HSL 14.4º 0.74% 0.13% -
HSV(B) 14.4º 0.85% 0.23% -
XYZ 2.12 1.49 0.43 -
YUV 30.99 115.59 147.98 -
System Red Green Blue C M Y K H S L
Decimal 59 21 9 0 0.64 0.85 0.77 14.4 0.74 0.13
Hex 3B 15 9 0 40 55 4D E 4A D
Octal 73 25 11 0 100 125 115 16 112 15
Binary 111011 10101 1001 0 1000000 1010101 1001101 1110 1001010 1101

Color Harmonies of #3B1509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1509

Black with #3B1509

Text Example


Text Example

White with #3B1509

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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