Html Css Color HEX #3B1912 Brown Pod

📋 copy color: '#3B1912'

red 59 ◦ green 25 ◦ blue 18

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

Shades of Brown Pod #3B1912

Tints of Brown Pod #3B1912

RGB

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

 GREEN value IS 25 (10.16% from 255) = 24.51%

 BLUE value IS 18 (7.42% from 255) = 17.65%

R = 57.84%
G = 24.51%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.69

 K value IS 0.77

RGB Variations

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

Color information

#3B1912 (or 0x3B1912) is known color: Brown Pod. HEX triplet: 3B, 19 and 12. RGB value is (59,25,18). Sum of RGB (Red+Green+Blue) = 59+25+18=102 (13% of max value = 765). Red value is 59 (23.44% from 255 or 57.84% from 102); Green value is 25 (10.16% from 255 or 24.51% from 102); Blue value is 18 (7.42% from 255 or 17.65% from 102); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1912 is #C4E6ED. Grayscale: #222222. Windows color (decimal): -12904174 or 1186107. OLE color: 1186107.

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

Color convert

RGB 59 25 18 -
CMYK 0 0.58 0.69 0.77
HSL 10.24º 0.53% 0.15% -
HSV(B) 10.24º 0.69% 0.23% -
XYZ 2.26 1.67 0.78 -
YUV 34.37 118.76 145.57 -
System Red Green Blue C M Y K H S L
Decimal 59 25 18 0 0.58 0.69 0.77 10.24 0.53 0.15
Hex 3B 19 12 0 3A 45 4D A 35 F
Octal 73 31 22 0 72 105 115 12 65 17
Binary 111011 11001 10010 0 111010 1000101 1001101 1010 110101 1111

Color Harmonies of #3B1912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1912

Black with #3B1912

Text Example


Text Example

White with #3B1912

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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