Html Css Color HEX #3A241E Brown Pod

📋 copy color: '#3A241E'

red 58 ◦ green 36 ◦ blue 30

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

Shades of Brown Pod #3A241E

Tints of Brown Pod #3A241E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 29.03%

 BLUE value IS 30 (12.11% from 255) = 24.19%

R = 46.77%
G = 29.03%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.48

 K value IS 0.77

RGB Variations

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

Color information

#3A241E (or 0x3A241E) is known color: Brown Pod. HEX triplet: 3A, 24 and 1E. RGB value is (58,36,30). Sum of RGB (Red+Green+Blue) = 58+36+30=124 (16% of max value = 765). Red value is 58 (23.05% from 255 or 46.77% from 124); Green value is 36 (14.45% from 255 or 29.03% from 124); Blue value is 30 (12.11% from 255 or 24.19% from 124); Max value from RGB is 58 - color contains mainly: red. Hex color #3A241E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A241E is #C5DBE1. Grayscale: #292929. Windows color (decimal): -12966882 or 1975354. OLE color: 1975354.

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

Color convert

RGB 58 36 30 -
CMYK 0 0.38 0.48 0.77
HSL 12.86º 0.32% 0.17% -
HSV(B) 12.86º 0.48% 0.23% -
XYZ 2.61 2.26 1.53 -
YUV 41.89 121.29 139.49 -
System Red Green Blue C M Y K H S L
Decimal 58 36 30 0 0.38 0.48 0.77 12.86 0.32 0.17
Hex 3A 24 1E 0 26 30 4D D 20 11
Octal 72 44 36 0 46 60 115 15 40 21
Binary 111010 100100 11110 0 100110 110000 1001101 1101 100000 10001

Color Harmonies of #3A241E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A241E

Black with #3A241E

Text Example


Text Example

White with #3A241E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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