Html Css Color HEX #3B231A Brown Pod

📋 copy color: '#3B231A'

red 59 ◦ green 35 ◦ blue 26

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

Shades of Brown Pod #3B231A

Tints of Brown Pod #3B231A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 29.17%

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

R = 49.17%
G = 29.17%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.56

 K value IS 0.77

RGB Variations

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

Color information

#3B231A (or 0x3B231A) is known color: Brown Pod. HEX triplet: 3B, 23 and 1A. RGB value is (59,35,26). Sum of RGB (Red+Green+Blue) = 59+35+26=120 (15% of max value = 765). Red value is 59 (23.44% from 255 or 49.17% from 120); Green value is 35 (14.06% from 255 or 29.17% from 120); Blue value is 26 (10.55% from 255 or 21.67% from 120); Max value from RGB is 59 - color contains mainly: red. Hex color #3B231A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B231A is #C4DCE5. Grayscale: #292929. Windows color (decimal): -12901606 or 1712955. OLE color: 1712955.

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

Color convert

RGB 59 35 26 -
CMYK 0 0.41 0.56 0.77
HSL 16.36º 0.39% 0.17% -
HSV(B) 16.36º 0.56% 0.23% -
XYZ 2.59 2.21 1.27 -
YUV 41.15 119.45 140.73 -
System Red Green Blue C M Y K H S L
Decimal 59 35 26 0 0.41 0.56 0.77 16.36 0.39 0.17
Hex 3B 23 1A 0 29 38 4D 10 27 11
Octal 73 43 32 0 51 70 115 20 47 21
Binary 111011 100011 11010 0 101001 111000 1001101 10000 100111 10001

Color Harmonies of #3B231A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B231A

Black with #3B231A

Text Example


Text Example

White with #3B231A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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