Html Css Color HEX #3B1407 Brown Pod

📋 copy color: '#3B1407'

red 59 ◦ green 20 ◦ blue 7

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

Shades of Brown Pod #3B1407

Tints of Brown Pod #3B1407

RGB

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

 GREEN value IS 20 (8.2% from 255) = 23.26%

 BLUE value IS 7 (3.13% from 255) = 8.14%

R = 68.6%
G = 23.26%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.77

RGB Variations

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

Color information

#3B1407 (or 0x3B1407) is known color: Brown Pod. HEX triplet: 3B, 14 and 07. RGB value is (59,20,7). Sum of RGB (Red+Green+Blue) = 59+20+7=86 (11% of max value = 765). Red value is 59 (23.44% from 255 or 68.60% from 86); Green value is 20 (8.20% from 255 or 23.26% from 86); Blue value is 7 (3.12% from 255 or 8.14% from 86); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1407 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1407 is #C4EBF8. Grayscale: #1E1E1E. Windows color (decimal): -12905465 or 463931. OLE color: 463931.

HSL color Cylindrical-coordinate representation of color #3B1407: hue angle of 15º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3B1407 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 20 7 -
CMYK 0 0.66 0.88 0.77
HSL 15º 0.79% 0.13% -
HSV(B) 15º 0.88% 0.23% -
XYZ 2.09 1.45 0.37 -
YUV 30.18 114.92 148.56 -
System Red Green Blue C M Y K H S L
Decimal 59 20 7 0 0.66 0.88 0.77 15 0.79 0.13
Hex 3B 14 7 0 42 58 4D F 4F D
Octal 73 24 7 0 102 130 115 17 117 15
Binary 111011 10100 111 0 1000010 1011000 1001101 1111 1001111 1101

Color Harmonies of #3B1407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1407

Black with #3B1407

Text Example


Text Example

White with #3B1407

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,20,7); }

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

background-color css

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

 a { background-color: rgb(59,20,7); }

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

border-color css

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

 span { border-color: rgb(59,20,7); }

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