Html Css Color HEX #3A2519 Brown Pod

📋 copy color: '#3A2519'

red 58 ◦ green 37 ◦ blue 25

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

Shades of Brown Pod #3A2519

Tints of Brown Pod #3A2519

RGB

 RED value IS 58 (23.05% from 255) = 48.33%

 GREEN value IS 37 (14.84% from 255) = 30.83%

 BLUE value IS 25 (10.16% from 255) = 20.83%

R = 48.33%
G = 30.83%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.57

 K value IS 0.77

RGB Variations

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

Color information

#3A2519 (or 0x3A2519) is known color: Brown Pod. HEX triplet: 3A, 25 and 19. RGB value is (58,37,25). Sum of RGB (Red+Green+Blue) = 58+37+25=120 (15% of max value = 765). Red value is 58 (23.05% from 255 or 48.33% from 120); Green value is 37 (14.84% from 255 or 30.83% from 120); Blue value is 25 (10.16% from 255 or 20.83% from 120); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2519 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2519 is #C5DAE6. Grayscale: #292929. Windows color (decimal): -12966631 or 1647930. OLE color: 1647930.

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

Color convert

RGB 58 37 25 -
CMYK 0 0.36 0.57 0.77
HSL 21.82º 0.4% 0.16% -
HSV(B) 21.82º 0.57% 0.23% -
XYZ 2.58 2.29 1.23 -
YUV 41.91 118.46 139.48 -
System Red Green Blue C M Y K H S L
Decimal 58 37 25 0 0.36 0.57 0.77 21.82 0.4 0.16
Hex 3A 25 19 0 24 39 4D 16 28 10
Octal 72 45 31 0 44 71 115 26 50 20
Binary 111010 100101 11001 0 100100 111001 1001101 10110 101000 10000

Color Harmonies of #3A2519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2519

Black with #3A2519

Text Example


Text Example

White with #3A2519

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,37,25); }

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

background-color css

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

 a { background-color: rgb(58,37,25); }

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

border-color css

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

 span { border-color: rgb(58,37,25); }

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