Html Css Color HEX #4A150C Brown Pod

📋 copy color: '#4A150C'

red 74 ◦ green 21 ◦ blue 12

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

Shades of Brown Pod #4A150C

Tints of Brown Pod #4A150C

RGB

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

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

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

R = 69.16%
G = 19.63%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.71

RGB Variations

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

Color information

#4A150C (or 0x4A150C) is known color: Brown Pod. HEX triplet: 4A, 15 and 0C. RGB value is (74,21,12). Sum of RGB (Red+Green+Blue) = 74+21+12=107 (14% of max value = 765). Red value is 74 (29.30% from 255 or 69.16% from 107); Green value is 21 (8.59% from 255 or 19.63% from 107); Blue value is 12 (5.08% from 255 or 11.21% from 107); Max value from RGB is 74 - color contains mainly: red. Hex color #4A150C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A150C is #B5EAF3. Grayscale: #232323. Windows color (decimal): -11922164 or 791882. OLE color: 791882.

HSL color Cylindrical-coordinate representation of color #4A150C: hue angle of 8.71º 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 #4A150C is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 21 12 -
CMYK 0 0.72 0.84 0.71
HSL 8.71º 0.72% 0.17% -
HSV(B) 8.71º 0.84% 0.29% -
XYZ 3.16 2.02 0.57 -
YUV 35.82 114.56 155.23 -
System Red Green Blue C M Y K H S L
Decimal 74 21 12 0 0.72 0.84 0.71 8.71 0.72 0.17
Hex 4A 15 C 0 48 54 47 9 48 11
Octal 112 25 14 0 110 124 107 11 110 21
Binary 1001010 10101 1100 0 1001000 1010100 1000111 1001 1001000 10001

Color Harmonies of #4A150C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A150C

Black with #4A150C

Text Example


Text Example

White with #4A150C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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