Html Css Color HEX #3B1F17 Brown Pod

📋 copy color: '#3B1F17'

red 59 ◦ green 31 ◦ blue 23

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

Shades of Brown Pod #3B1F17

Tints of Brown Pod #3B1F17

RGB

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

 GREEN value IS 31 (12.5% from 255) = 27.43%

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

R = 52.21%
G = 27.43%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.61

 K value IS 0.77

RGB Variations

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

Color information

#3B1F17 (or 0x3B1F17) is known color: Brown Pod. HEX triplet: 3B, 1F and 17. RGB value is (59,31,23). Sum of RGB (Red+Green+Blue) = 59+31+23=113 (14% of max value = 765). Red value is 59 (23.44% from 255 or 52.21% from 113); Green value is 31 (12.5% from 255 or 27.43% from 113); Blue value is 23 (9.38% from 255 or 20.35% from 113); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1F17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B1F17 is #C4E0E8. Grayscale: #262626. Windows color (decimal): -12902633 or 1515323. OLE color: 1515323.

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

Color convert

RGB 59 31 23 -
CMYK 0 0.47 0.61 0.77
HSL 13.33º 0.44% 0.16% -
HSV(B) 13.33º 0.61% 0.23% -
XYZ 2.45 1.97 1.06 -
YUV 38.46 119.28 142.65 -
System Red Green Blue C M Y K H S L
Decimal 59 31 23 0 0.47 0.61 0.77 13.33 0.44 0.16
Hex 3B 1F 17 0 2F 3D 4D D 2C 10
Octal 73 37 27 0 57 75 115 15 54 20
Binary 111011 11111 10111 0 101111 111101 1001101 1101 101100 10000

Color Harmonies of #3B1F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1F17

Black with #3B1F17

Text Example


Text Example

White with #3B1F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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