Html Css Color HEX #3B2017 Brown Pod

📋 copy color: '#3B2017'

red 59 ◦ green 32 ◦ blue 23

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

Shades of Brown Pod #3B2017

Tints of Brown Pod #3B2017

RGB

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

 GREEN value IS 32 (12.89% from 255) = 28.07%

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

R = 51.75%
G = 28.07%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.61

 K value IS 0.77

RGB Variations

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

Color information

#3B2017 (or 0x3B2017) is known color: Brown Pod. HEX triplet: 3B, 20 and 17. RGB value is (59,32,23). Sum of RGB (Red+Green+Blue) = 59+32+23=114 (15% of max value = 765). Red value is 59 (23.44% from 255 or 51.75% from 114); Green value is 32 (12.89% from 255 or 28.07% from 114); Blue value is 23 (9.38% from 255 or 20.18% from 114); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2017 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2017 is #C4DFE8. Grayscale: #272727. Windows color (decimal): -12902377 or 1515579. OLE color: 1515579.

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

Color convert

RGB 59 32 23 -
CMYK 0 0.46 0.61 0.77
HSL 15º 0.44% 0.16% -
HSV(B) 15º 0.61% 0.23% -
XYZ 2.47 2.02 1.07 -
YUV 39.05 118.95 142.23 -
System Red Green Blue C M Y K H S L
Decimal 59 32 23 0 0.46 0.61 0.77 15 0.44 0.16
Hex 3B 20 17 0 2E 3D 4D F 2C 10
Octal 73 40 27 0 56 75 115 17 54 20
Binary 111011 100000 10111 0 101110 111101 1001101 1111 101100 10000

Color Harmonies of #3B2017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2017

Black with #3B2017

Text Example


Text Example

White with #3B2017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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