Html Css Color HEX #3B1B0F Brown Pod

📋 copy color: '#3B1B0F'

red 59 ◦ green 27 ◦ blue 15

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

Shades of Brown Pod #3B1B0F

Tints of Brown Pod #3B1B0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 14.85%

R = 58.42%
G = 26.73%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.75

 K value IS 0.77

RGB Variations

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

Color information

#3B1B0F (or 0x3B1B0F) is known color: Brown Pod. HEX triplet: 3B, 1B and 0F. RGB value is (59,27,15). Sum of RGB (Red+Green+Blue) = 59+27+15=101 (13% of max value = 765). Red value is 59 (23.44% from 255 or 58.42% from 101); Green value is 27 (10.94% from 255 or 26.73% from 101); Blue value is 15 (6.25% from 255 or 14.85% from 101); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1B0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B1B0F is #C4E4F0. Grayscale: #232323. Windows color (decimal): -12903665 or 990011. OLE color: 990011.

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

Color convert

RGB 59 27 15 -
CMYK 0 0.54 0.75 0.77
HSL 16.36º 0.59% 0.15% -
HSV(B) 16.36º 0.75% 0.23% -
XYZ 2.28 1.75 0.67 -
YUV 35.2 116.6 144.98 -
System Red Green Blue C M Y K H S L
Decimal 59 27 15 0 0.54 0.75 0.77 16.36 0.59 0.15
Hex 3B 1B F 0 36 4B 4D 10 3B F
Octal 73 33 17 0 66 113 115 20 73 17
Binary 111011 11011 1111 0 110110 1001011 1001101 10000 111011 1111

Color Harmonies of #3B1B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1B0F

Black with #3B1B0F

Text Example


Text Example

White with #3B1B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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