Html Css Color HEX #3B1609 Brown Pod

📋 copy color: '#3B1609'

red 59 ◦ green 22 ◦ blue 9

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

Shades of Brown Pod #3B1609

Tints of Brown Pod #3B1609

RGB

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

 GREEN value IS 22 (8.98% from 255) = 24.44%

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

R = 65.56%
G = 24.44%
B = 10%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.85

 K value IS 0.77

RGB Variations

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

Color information

#3B1609 (or 0x3B1609) is known color: Brown Pod. HEX triplet: 3B, 16 and 09. RGB value is (59,22,9). Sum of RGB (Red+Green+Blue) = 59+22+9=90 (11% of max value = 765). Red value is 59 (23.44% from 255 or 65.56% from 90); Green value is 22 (8.98% from 255 or 24.44% from 90); Blue value is 9 (3.91% from 255 or 10% from 90); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1609 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1609 is #C4E9F6. Grayscale: #1F1F1F. Windows color (decimal): -12904951 or 595515. OLE color: 595515.

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

Color convert

RGB 59 22 9 -
CMYK 0 0.63 0.85 0.77
HSL 15.6º 0.74% 0.13% -
HSV(B) 15.6º 0.85% 0.23% -
XYZ 2.14 1.52 0.44 -
YUV 31.58 115.26 147.56 -
System Red Green Blue C M Y K H S L
Decimal 59 22 9 0 0.63 0.85 0.77 15.6 0.74 0.13
Hex 3B 16 9 0 3F 55 4D 10 4A D
Octal 73 26 11 0 77 125 115 20 112 15
Binary 111011 10110 1001 0 111111 1010101 1001101 10000 1001010 1101

Color Harmonies of #3B1609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1609

Black with #3B1609

Text Example


Text Example

White with #3B1609

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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