Html Css Color HEX #4A200C Brown Pod

📋 copy color: '#4A200C'

red 74 ◦ green 32 ◦ blue 12

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

Shades of Brown Pod #4A200C

Tints of Brown Pod #4A200C

RGB

 RED value IS 74 (29.3% from 255) = 62.71%

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

 BLUE value IS 12 (5.08% from 255) = 10.17%

R = 62.71%
G = 27.12%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.71

RGB Variations

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

Color information

#4A200C (or 0x4A200C) is known color: Brown Pod. HEX triplet: 4A, 20 and 0C. RGB value is (74,32,12). Sum of RGB (Red+Green+Blue) = 74+32+12=118 (15% of max value = 765). Red value is 74 (29.30% from 255 or 62.71% from 118); Green value is 32 (12.89% from 255 or 27.12% from 118); Blue value is 12 (5.08% from 255 or 10.17% from 118); Max value from RGB is 74 - color contains mainly: red. Hex color #4A200C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A200C is #B5DFF3. Grayscale: #2A2A2A. Windows color (decimal): -11919348 or 794698. OLE color: 794698.

HSL color Cylindrical-coordinate representation of color #4A200C: hue angle of 19.35º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4A200C is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 32 12 -
CMYK 0 0.57 0.84 0.71
HSL 19.35º 0.72% 0.17% -
HSV(B) 19.35º 0.84% 0.29% -
XYZ 3.41 2.52 0.65 -
YUV 42.28 110.91 150.63 -
System Red Green Blue C M Y K H S L
Decimal 74 32 12 0 0.57 0.84 0.71 19.35 0.72 0.17
Hex 4A 20 C 0 39 54 47 13 48 11
Octal 112 40 14 0 71 124 107 23 110 21
Binary 1001010 100000 1100 0 111001 1010100 1000111 10011 1001000 10001

Color Harmonies of #4A200C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A200C

Black with #4A200C

Text Example


Text Example

White with #4A200C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A200C; }

 p { color: rgb(74,32,12); }

 H1.HeaderClassName
 {
   color: #4A200C;
 }
 .AnyTagClassName
 {
   color: #4A200C;
 }
</style>

background-color css

<style>
 a { background-color: #4A200C; }

 a { background-color: rgb(74,32,12); }

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

border-color css

<style>
 span { border-color: #4A200C; }

 span { border-color: rgb(74,32,12); }

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