Html Css Color HEX #3B221A Brown Pod

📋 copy color: '#3B221A'

red 59 ◦ green 34 ◦ blue 26

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

Shades of Brown Pod #3B221A

Tints of Brown Pod #3B221A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 21.85%

R = 49.58%
G = 28.57%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.77

RGB Variations

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

Color information

#3B221A (or 0x3B221A) is known color: Brown Pod. HEX triplet: 3B, 22 and 1A. RGB value is (59,34,26). Sum of RGB (Red+Green+Blue) = 59+34+26=119 (15% of max value = 765). Red value is 59 (23.44% from 255 or 49.58% from 119); Green value is 34 (13.67% from 255 or 28.57% from 119); Blue value is 26 (10.55% from 255 or 21.85% from 119); Max value from RGB is 59 - color contains mainly: red. Hex color #3B221A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B221A is #C4DDE5. Grayscale: #282828. Windows color (decimal): -12901862 or 1712699. OLE color: 1712699.

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

Color convert

RGB 59 34 26 -
CMYK 0 0.42 0.56 0.77
HSL 14.55º 0.39% 0.17% -
HSV(B) 14.55º 0.56% 0.23% -
XYZ 2.56 2.15 1.26 -
YUV 40.56 119.78 141.15 -
System Red Green Blue C M Y K H S L
Decimal 59 34 26 0 0.42 0.56 0.77 14.55 0.39 0.17
Hex 3B 22 1A 0 2A 38 4D F 27 11
Octal 73 42 32 0 52 70 115 17 47 21
Binary 111011 100010 11010 0 101010 111000 1001101 1111 100111 10001

Color Harmonies of #3B221A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B221A

Black with #3B221A

Text Example


Text Example

White with #3B221A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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