Html Css Color HEX #3B1403 Brown Pod

📋 copy color: '#3B1403'

red 59 ◦ green 20 ◦ blue 3

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

Shades of Brown Pod #3B1403

Tints of Brown Pod #3B1403

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 3.66%

R = 71.95%
G = 24.39%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.95

 K value IS 0.77

RGB Variations

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

Color information

#3B1403 (or 0x3B1403) is known color: Brown Pod. HEX triplet: 3B, 14 and 03. RGB value is (59,20,3). Sum of RGB (Red+Green+Blue) = 59+20+3=82 (10% of max value = 765). Red value is 59 (23.44% from 255 or 71.95% from 82); Green value is 20 (8.20% from 255 or 24.39% from 82); Blue value is 3 (1.56% from 255 or 3.66% from 82); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1403 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1403 is #C4EBFC. Grayscale: #1D1D1D. Windows color (decimal): -12905469 or 201787. OLE color: 201787.

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

Color convert

RGB 59 20 3 -
CMYK 0 0.66 0.95 0.77
HSL 18.21º 0.9% 0.12% -
HSV(B) 18.21º 0.95% 0.23% -
XYZ 2.07 1.44 0.25 -
YUV 29.72 112.92 148.88 -
System Red Green Blue C M Y K H S L
Decimal 59 20 3 0 0.66 0.95 0.77 18.21 0.9 0.12
Hex 3B 14 3 0 42 5F 4D 12 5A C
Octal 73 24 3 0 102 137 115 22 132 14
Binary 111011 10100 11 0 1000010 1011111 1001101 10010 1011010 1100

Color Harmonies of #3B1403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1403

Black with #3B1403

Text Example


Text Example

White with #3B1403

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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