Html Css Color HEX #3A200F Brown Pod

📋 copy color: '#3A200F'

red 58 ◦ green 32 ◦ blue 15

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

Shades of Brown Pod #3A200F

Tints of Brown Pod #3A200F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 30.48%

 BLUE value IS 15 (6.25% from 255) = 14.29%

R = 55.24%
G = 30.48%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.74

 K value IS 0.77

RGB Variations

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

Color information

#3A200F (or 0x3A200F) is known color: Brown Pod. HEX triplet: 3A, 20 and 0F. RGB value is (58,32,15). Sum of RGB (Red+Green+Blue) = 58+32+15=105 (13% of max value = 765). Red value is 58 (23.05% from 255 or 55.24% from 105); Green value is 32 (12.89% from 255 or 30.48% from 105); Blue value is 15 (6.25% from 255 or 14.29% from 105); Max value from RGB is 58 - color contains mainly: red. Hex color #3A200F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A200F is #C5DFF0. Grayscale: #252525. Windows color (decimal): -12967921 or 991290. OLE color: 991290.

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

Color convert

RGB 58 32 15 -
CMYK 0 0.45 0.74 0.77
HSL 23.72º 0.59% 0.14% -
HSV(B) 23.72º 0.74% 0.23% -
XYZ 2.35 1.97 0.71 -
YUV 37.84 115.11 142.38 -
System Red Green Blue C M Y K H S L
Decimal 58 32 15 0 0.45 0.74 0.77 23.72 0.59 0.14
Hex 3A 20 F 0 2D 4A 4D 18 3B E
Octal 72 40 17 0 55 112 115 30 73 16
Binary 111010 100000 1111 0 101101 1001010 1001101 11000 111011 1110

Color Harmonies of #3A200F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A200F

Black with #3A200F

Text Example


Text Example

White with #3A200F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,32,15); }

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

background-color css

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

 a { background-color: rgb(58,32,15); }

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

border-color css

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

 span { border-color: rgb(58,32,15); }

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