Html Css Color HEX #3B1604 Brown Pod

📋 copy color: '#3B1604'

red 59 ◦ green 22 ◦ blue 4

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

Shades of Brown Pod #3B1604

Tints of Brown Pod #3B1604

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 4.71%

R = 69.41%
G = 25.88%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.77

RGB Variations

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

Color information

#3B1604 (or 0x3B1604) is known color: Brown Pod. HEX triplet: 3B, 16 and 04. RGB value is (59,22,4). Sum of RGB (Red+Green+Blue) = 59+22+4=85 (11% of max value = 765). Red value is 59 (23.44% from 255 or 69.41% from 85); Green value is 22 (8.98% from 255 or 25.88% from 85); Blue value is 4 (1.95% from 255 or 4.71% from 85); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1604 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1604 is #C4E9FB. Grayscale: #1F1F1F. Windows color (decimal): -12904956 or 267835. OLE color: 267835.

HSL color Cylindrical-coordinate representation of color #3B1604: hue angle of 19.64º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3B1604 is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 22 4 -
CMYK 0 0.63 0.93 0.77
HSL 19.64º 0.87% 0.12% -
HSV(B) 19.64º 0.93% 0.23% -
XYZ 2.11 1.51 0.3 -
YUV 31.01 112.76 147.96 -
System Red Green Blue C M Y K H S L
Decimal 59 22 4 0 0.63 0.93 0.77 19.64 0.87 0.12
Hex 3B 16 4 0 3F 5D 4D 14 57 C
Octal 73 26 4 0 77 135 115 24 127 14
Binary 111011 10110 100 0 111111 1011101 1001101 10100 1010111 1100

Color Harmonies of #3B1604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1604

Black with #3B1604

Text Example


Text Example

White with #3B1604

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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