Html Css Color HEX #3B2417 Brown Pod

📋 copy color: '#3B2417'

red 59 ◦ green 36 ◦ blue 23

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

Shades of Brown Pod #3B2417

Tints of Brown Pod #3B2417

RGB

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

 GREEN value IS 36 (14.45% from 255) = 30.51%

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

R = 50%
G = 30.51%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.61

 K value IS 0.77

RGB Variations

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

Color information

#3B2417 (or 0x3B2417) is known color: Brown Pod. HEX triplet: 3B, 24 and 17. RGB value is (59,36,23). Sum of RGB (Red+Green+Blue) = 59+36+23=118 (15% of max value = 765). Red value is 59 (23.44% from 255 or 50% from 118); Green value is 36 (14.45% from 255 or 30.51% from 118); Blue value is 23 (9.38% from 255 or 19.49% from 118); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2417 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2417 is #C4DBE8. Grayscale: #292929. Windows color (decimal): -12901353 or 1516603. OLE color: 1516603.

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

Color convert

RGB 59 36 23 -
CMYK 0 0.39 0.61 0.77
HSL 21.67º 0.44% 0.16% -
HSV(B) 21.67º 0.61% 0.23% -
XYZ 2.59 2.25 1.11 -
YUV 41.4 117.62 140.56 -
System Red Green Blue C M Y K H S L
Decimal 59 36 23 0 0.39 0.61 0.77 21.67 0.44 0.16
Hex 3B 24 17 0 27 3D 4D 16 2C 10
Octal 73 44 27 0 47 75 115 26 54 20
Binary 111011 100100 10111 0 100111 111101 1001101 10110 101100 10000

Color Harmonies of #3B2417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2417

Black with #3B2417

Text Example


Text Example

White with #3B2417

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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