Html Css Color HEX #3B2218 Brown Pod

📋 copy color: '#3B2218'

red 59 ◦ green 34 ◦ blue 24

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

Shades of Brown Pod #3B2218

Tints of Brown Pod #3B2218

RGB

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

 GREEN value IS 34 (13.67% from 255) = 29.06%

 BLUE value IS 24 (9.77% from 255) = 20.51%

R = 50.43%
G = 29.06%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.59

 K value IS 0.77

RGB Variations

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

Color information

#3B2218 (or 0x3B2218) is known color: Brown Pod. HEX triplet: 3B, 22 and 18. RGB value is (59,34,24). Sum of RGB (Red+Green+Blue) = 59+34+24=117 (15% of max value = 765). Red value is 59 (23.44% from 255 or 50.43% from 117); Green value is 34 (13.67% from 255 or 29.06% from 117); Blue value is 24 (9.77% from 255 or 20.51% from 117); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2218 is #C4DDE7. Grayscale: #282828. Windows color (decimal): -12901864 or 1581627. OLE color: 1581627.

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

Color convert

RGB 59 34 24 -
CMYK 0 0.42 0.59 0.77
HSL 17.14º 0.42% 0.16% -
HSV(B) 17.14º 0.59% 0.23% -
XYZ 2.54 2.14 1.14 -
YUV 40.34 118.78 141.31 -
System Red Green Blue C M Y K H S L
Decimal 59 34 24 0 0.42 0.59 0.77 17.14 0.42 0.16
Hex 3B 22 18 0 2A 3B 4D 11 2A 10
Octal 73 42 30 0 52 73 115 21 52 20
Binary 111011 100010 11000 0 101010 111011 1001101 10001 101010 10000

Color Harmonies of #3B2218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2218

Black with #3B2218

Text Example


Text Example

White with #3B2218

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,34,24); }

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

background-color css

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

 a { background-color: rgb(59,34,24); }

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

border-color css

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

 span { border-color: rgb(59,34,24); }

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