Html Css Color HEX #3B1B12 Brown Pod

📋 copy color: '#3B1B12'

red 59 ◦ green 27 ◦ blue 18

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

Shades of Brown Pod #3B1B12

Tints of Brown Pod #3B1B12

RGB

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

 GREEN value IS 27 (10.94% from 255) = 25.96%

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

R = 56.73%
G = 25.96%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.69

 K value IS 0.77

RGB Variations

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

Color information

#3B1B12 (or 0x3B1B12) is known color: Brown Pod. HEX triplet: 3B, 1B and 12. RGB value is (59,27,18). Sum of RGB (Red+Green+Blue) = 59+27+18=104 (13% of max value = 765). Red value is 59 (23.44% from 255 or 56.73% from 104); Green value is 27 (10.94% from 255 or 25.96% from 104); Blue value is 18 (7.42% from 255 or 17.31% from 104); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1B12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B1B12 is #C4E4ED. Grayscale: #232323. Windows color (decimal): -12903662 or 1186619. OLE color: 1186619.

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

Color convert

RGB 59 27 18 -
CMYK 0 0.54 0.69 0.77
HSL 13.17º 0.53% 0.15% -
HSV(B) 13.17º 0.69% 0.23% -
XYZ 2.3 1.76 0.79 -
YUV 35.54 118.1 144.73 -
System Red Green Blue C M Y K H S L
Decimal 59 27 18 0 0.54 0.69 0.77 13.17 0.53 0.15
Hex 3B 1B 12 0 36 45 4D D 35 F
Octal 73 33 22 0 66 105 115 15 65 17
Binary 111011 11011 10010 0 110110 1000101 1001101 1101 110101 1111

Color Harmonies of #3B1B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1B12

Black with #3B1B12

Text Example


Text Example

White with #3B1B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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