Html Css Color HEX #3A180D Brown Pod

📋 copy color: '#3A180D'

red 58 ◦ green 24 ◦ blue 13

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

Shades of Brown Pod #3A180D

Tints of Brown Pod #3A180D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 25.26%

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

R = 61.05%
G = 25.26%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.78

 K value IS 0.77

RGB Variations

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

Color information

#3A180D (or 0x3A180D) is known color: Brown Pod. HEX triplet: 3A, 18 and 0D. RGB value is (58,24,13). Sum of RGB (Red+Green+Blue) = 58+24+13=95 (12% of max value = 765). Red value is 58 (23.05% from 255 or 61.05% from 95); Green value is 24 (9.77% from 255 or 25.26% from 95); Blue value is 13 (5.47% from 255 or 13.68% from 95); Max value from RGB is 58 - color contains mainly: red. Hex color #3A180D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A180D is #C5E7F2. Grayscale: #202020. Windows color (decimal): -12969971 or 858170. OLE color: 858170.

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

Color convert

RGB 58 24 13 -
CMYK 0 0.59 0.78 0.77
HSL 14.67º 0.63% 0.14% -
HSV(B) 14.67º 0.78% 0.23% -
XYZ 2.14 1.58 0.57 -
YUV 32.91 116.76 145.89 -
System Red Green Blue C M Y K H S L
Decimal 58 24 13 0 0.59 0.78 0.77 14.67 0.63 0.14
Hex 3A 18 D 0 3B 4E 4D F 3F E
Octal 72 30 15 0 73 116 115 17 77 16
Binary 111010 11000 1101 0 111011 1001110 1001101 1111 111111 1110

Color Harmonies of #3A180D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A180D

Black with #3A180D

Text Example


Text Example

White with #3A180D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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