Html Css Color HEX #3A1E19 Brown Pod

📋 copy color: '#3A1E19'

red 58 ◦ green 30 ◦ blue 25

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

Shades of Brown Pod #3A1E19

Tints of Brown Pod #3A1E19

RGB

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

 GREEN value IS 30 (12.11% from 255) = 26.55%

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

R = 51.33%
G = 26.55%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.57

 K value IS 0.77

RGB Variations

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

Color information

#3A1E19 (or 0x3A1E19) is known color: Brown Pod. HEX triplet: 3A, 1E and 19. RGB value is (58,30,25). Sum of RGB (Red+Green+Blue) = 58+30+25=113 (14% of max value = 765). Red value is 58 (23.05% from 255 or 51.33% from 113); Green value is 30 (12.11% from 255 or 26.55% from 113); Blue value is 25 (10.16% from 255 or 22.12% from 113); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1E19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A1E19 is #C5E1E6. Grayscale: #252525. Windows color (decimal): -12968423 or 1646138. OLE color: 1646138.

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

Color convert

RGB 58 30 25 -
CMYK 0 0.48 0.57 0.77
HSL 9.09º 0.4% 0.16% -
HSV(B) 9.09º 0.57% 0.23% -
XYZ 2.38 1.9 1.16 -
YUV 37.8 120.78 142.41 -
System Red Green Blue C M Y K H S L
Decimal 58 30 25 0 0.48 0.57 0.77 9.09 0.4 0.16
Hex 3A 1E 19 0 30 39 4D 9 28 10
Octal 72 36 31 0 60 71 115 11 50 20
Binary 111010 11110 11001 0 110000 111001 1001101 1001 101000 10000

Color Harmonies of #3A1E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1E19

Black with #3A1E19

Text Example


Text Example

White with #3A1E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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