Html Css Color HEX #3B1201 Brown Pod

📋 copy color: '#3B1201'

red 59 ◦ green 18 ◦ blue 1

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

Shades of Brown Pod #3B1201

Tints of Brown Pod #3B1201

RGB

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

 GREEN value IS 18 (7.42% from 255) = 23.08%

 BLUE value IS 1 (0.78% from 255) = 1.28%

R = 75.64%
G = 23.08%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.98

 K value IS 0.77

RGB Variations

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

Color information

#3B1201 (or 0x3B1201) is known color: Brown Pod. HEX triplet: 3B, 12 and 01. RGB value is (59,18,1). Sum of RGB (Red+Green+Blue) = 59+18+1=78 (10% of max value = 765). Red value is 59 (23.44% from 255 or 75.64% from 78); Green value is 18 (7.42% from 255 or 23.08% from 78); Blue value is 1 (0.78% from 255 or 1.28% from 78); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1201 is #C4EDFE. Grayscale: #1C1C1C. Windows color (decimal): -12905983 or 70203. OLE color: 70203.

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

Color convert

RGB 59 18 1 -
CMYK 0 0.69 0.98 0.77
HSL 17.59º 0.97% 0.12% -
HSV(B) 17.59º 0.98% 0.23% -
XYZ 2.03 1.36 0.19 -
YUV 28.32 112.58 149.88 -
System Red Green Blue C M Y K H S L
Decimal 59 18 1 0 0.69 0.98 0.77 17.59 0.97 0.12
Hex 3B 12 1 0 45 62 4D 12 61 C
Octal 73 22 1 0 105 142 115 22 141 14
Binary 111011 10010 1 0 1000101 1100010 1001101 10010 1100001 1100

Color Harmonies of #3B1201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1201

Black with #3B1201

Text Example


Text Example

White with #3B1201

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,18,1); }

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

background-color css

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

 a { background-color: rgb(59,18,1); }

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

border-color css

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

 span { border-color: rgb(59,18,1); }

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