Html Css Color HEX #3A190D Brown Pod

📋 copy color: '#3A190D'

red 58 ◦ green 25 ◦ blue 13

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

Shades of Brown Pod #3A190D

Tints of Brown Pod #3A190D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 26.04%

 BLUE value IS 13 (5.47% from 255) = 13.54%

R = 60.42%
G = 26.04%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.78

 K value IS 0.77

RGB Variations

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

Color information

#3A190D (or 0x3A190D) is known color: Brown Pod. HEX triplet: 3A, 19 and 0D. RGB value is (58,25,13). Sum of RGB (Red+Green+Blue) = 58+25+13=96 (12% of max value = 765). Red value is 58 (23.05% from 255 or 60.42% from 96); Green value is 25 (10.16% from 255 or 26.04% from 96); Blue value is 13 (5.47% from 255 or 13.54% from 96); Max value from RGB is 58 - color contains mainly: red. Hex color #3A190D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A190D is #C5E6F2. Grayscale: #212121. Windows color (decimal): -12969715 or 858426. OLE color: 858426.

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

Color convert

RGB 58 25 13 -
CMYK 0 0.57 0.78 0.77
HSL 16º 0.63% 0.14% -
HSV(B) 16º 0.78% 0.23% -
XYZ 2.17 1.62 0.58 -
YUV 33.5 116.43 145.48 -
System Red Green Blue C M Y K H S L
Decimal 58 25 13 0 0.57 0.78 0.77 16 0.63 0.14
Hex 3A 19 D 0 39 4E 4D 10 3F E
Octal 72 31 15 0 71 116 115 20 77 16
Binary 111010 11001 1101 0 111001 1001110 1001101 10000 111111 1110

Color Harmonies of #3A190D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A190D

Black with #3A190D

Text Example


Text Example

White with #3A190D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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