Html Css Color HEX #3A1509 Brown Pod

📋 copy color: '#3A1509'

red 58 ◦ green 21 ◦ blue 9

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

Shades of Brown Pod #3A1509

Tints of Brown Pod #3A1509

RGB

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

 GREEN value IS 21 (8.59% from 255) = 23.86%

 BLUE value IS 9 (3.91% from 255) = 10.23%

R = 65.91%
G = 23.86%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.84

 K value IS 0.77

RGB Variations

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

Color information

#3A1509 (or 0x3A1509) is known color: Brown Pod. HEX triplet: 3A, 15 and 09. RGB value is (58,21,9). Sum of RGB (Red+Green+Blue) = 58+21+9=88 (11% of max value = 765). Red value is 58 (23.05% from 255 or 65.91% from 88); Green value is 21 (8.59% from 255 or 23.86% from 88); Blue value is 9 (3.91% from 255 or 10.23% from 88); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A1509 is #C5EAF6. Grayscale: #1E1E1E. Windows color (decimal): -12970743 or 595258. OLE color: 595258.

HSL color Cylindrical-coordinate representation of color #3A1509: hue angle of 14.69º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A1509 is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.77.

Color convert

RGB 58 21 9 -
CMYK 0 0.64 0.84 0.77
HSL 14.69º 0.73% 0.13% -
HSV(B) 14.69º 0.84% 0.23% -
XYZ 2.06 1.46 0.43 -
YUV 30.7 115.76 147.48 -
System Red Green Blue C M Y K H S L
Decimal 58 21 9 0 0.64 0.84 0.77 14.69 0.73 0.13
Hex 3A 15 9 0 40 54 4D F 49 D
Octal 72 25 11 0 100 124 115 17 111 15
Binary 111010 10101 1001 0 1000000 1010100 1001101 1111 1001001 1101

Color Harmonies of #3A1509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1509

Black with #3A1509

Text Example


Text Example

White with #3A1509

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,21,9); }

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

background-color css

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

 a { background-color: rgb(58,21,9); }

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

border-color css

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

 span { border-color: rgb(58,21,9); }

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