Html Css Color HEX #3B2418 Brown Pod

📋 copy color: '#3B2418'

red 59 ◦ green 36 ◦ blue 24

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

Shades of Brown Pod #3B2418

Tints of Brown Pod #3B2418

RGB

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

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

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

R = 49.58%
G = 30.25%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.59

 K value IS 0.77

RGB Variations

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

Color information

#3B2418 (or 0x3B2418) is known color: Brown Pod. HEX triplet: 3B, 24 and 18. RGB value is (59,36,24). Sum of RGB (Red+Green+Blue) = 59+36+24=119 (15% of max value = 765). Red value is 59 (23.44% from 255 or 49.58% from 119); Green value is 36 (14.45% from 255 or 30.25% from 119); Blue value is 24 (9.77% from 255 or 20.17% from 119); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2418 is #C4DBE7. Grayscale: #292929. Windows color (decimal): -12901352 or 1582139. OLE color: 1582139.

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

Color convert

RGB 59 36 24 -
CMYK 0 0.39 0.59 0.77
HSL 20.57º 0.42% 0.16% -
HSV(B) 20.57º 0.59% 0.23% -
XYZ 2.6 2.26 1.16 -
YUV 41.51 118.12 140.48 -
System Red Green Blue C M Y K H S L
Decimal 59 36 24 0 0.39 0.59 0.77 20.57 0.42 0.16
Hex 3B 24 18 0 27 3B 4D 15 2A 10
Octal 73 44 30 0 47 73 115 25 52 20
Binary 111011 100100 11000 0 100111 111011 1001101 10101 101010 10000

Color Harmonies of #3B2418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2418

Black with #3B2418

Text Example


Text Example

White with #3B2418

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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