Html Css Color HEX #3B1701 Brown Pod

📋 copy color: '#3B1701'

red 59 ◦ green 23 ◦ blue 1

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

Shades of Brown Pod #3B1701

Tints of Brown Pod #3B1701

RGB

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

 GREEN value IS 23 (9.38% from 255) = 27.71%

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

R = 71.08%
G = 27.71%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.77

RGB Variations

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

Color information

#3B1701 (or 0x3B1701) is known color: Brown Pod. HEX triplet: 3B, 17 and 01. RGB value is (59,23,1). Sum of RGB (Red+Green+Blue) = 59+23+1=83 (10% of max value = 765). Red value is 59 (23.44% from 255 or 71.08% from 83); Green value is 23 (9.38% from 255 or 27.71% from 83); Blue value is 1 (0.78% from 255 or 1.20% from 83); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1701 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1701 is #C4E8FE. Grayscale: #1F1F1F. Windows color (decimal): -12904703 or 71483. OLE color: 71483.

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

Color convert

RGB 59 23 1 -
CMYK 0 0.61 0.98 0.77
HSL 22.76º 0.97% 0.12% -
HSV(B) 22.76º 0.98% 0.23% -
XYZ 2.12 1.54 0.22 -
YUV 31.26 110.93 147.79 -
System Red Green Blue C M Y K H S L
Decimal 59 23 1 0 0.61 0.98 0.77 22.76 0.97 0.12
Hex 3B 17 1 0 3D 62 4D 17 61 C
Octal 73 27 1 0 75 142 115 27 141 14
Binary 111011 10111 1 0 111101 1100010 1001101 10111 1100001 1100

Color Harmonies of #3B1701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1701

Black with #3B1701

Text Example


Text Example

White with #3B1701

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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