Html Css Color HEX #3B1E17 Brown Pod

📋 copy color: '#3B1E17'

red 59 ◦ green 30 ◦ blue 23

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

Shades of Brown Pod #3B1E17

Tints of Brown Pod #3B1E17

RGB

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

 GREEN value IS 30 (12.11% from 255) = 26.79%

 BLUE value IS 23 (9.38% from 255) = 20.54%

R = 52.68%
G = 26.79%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.61

 K value IS 0.77

RGB Variations

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

Color information

#3B1E17 (or 0x3B1E17) is known color: Brown Pod. HEX triplet: 3B, 1E and 17. RGB value is (59,30,23). Sum of RGB (Red+Green+Blue) = 59+30+23=112 (14% of max value = 765). Red value is 59 (23.44% from 255 or 52.68% from 112); Green value is 30 (12.11% from 255 or 26.79% from 112); Blue value is 23 (9.38% from 255 or 20.54% from 112); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1E17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B1E17 is #C4E1E8. Grayscale: #252525. Windows color (decimal): -12902889 or 1515067. OLE color: 1515067.

HSL color Cylindrical-coordinate representation of color #3B1E17: hue angle of 11.67º degrees, saturation: 0.44, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B1E17 is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 30 23 -
CMYK 0 0.49 0.61 0.77
HSL 11.67º 0.44% 0.16% -
HSV(B) 11.67º 0.61% 0.23% -
XYZ 2.42 1.92 1.05 -
YUV 37.87 119.61 143.07 -
System Red Green Blue C M Y K H S L
Decimal 59 30 23 0 0.49 0.61 0.77 11.67 0.44 0.16
Hex 3B 1E 17 0 31 3D 4D C 2C 10
Octal 73 36 27 0 61 75 115 14 54 20
Binary 111011 11110 10111 0 110001 111101 1001101 1100 101100 10000

Color Harmonies of #3B1E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1E17

Black with #3B1E17

Text Example


Text Example

White with #3B1E17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,30,23); }

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

background-color css

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

 a { background-color: rgb(59,30,23); }

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

border-color css

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

 span { border-color: rgb(59,30,23); }

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