Html Css Color HEX #481A04 Brown Pod

📋 copy color: '#481A04'

red 72 ◦ green 26 ◦ blue 4

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

Shades of Brown Pod #481A04

Tints of Brown Pod #481A04

RGB

 RED value IS 72 (28.52% from 255) = 70.59%

 GREEN value IS 26 (10.55% from 255) = 25.49%

 BLUE value IS 4 (1.95% from 255) = 3.92%

R = 70.59%
G = 25.49%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#481A04 (or 0x481A04) is known color: Brown Pod. HEX triplet: 48, 1A and 04. RGB value is (72,26,4). Sum of RGB (Red+Green+Blue) = 72+26+4=102 (13% of max value = 765). Red value is 72 (28.52% from 255 or 70.59% from 102); Green value is 26 (10.55% from 255 or 25.49% from 102); Blue value is 4 (1.95% from 255 or 3.92% from 102); Max value from RGB is 72 - color contains mainly: red. Hex color #481A04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481A04 is #B7E5FB. Grayscale: #252525. Windows color (decimal): -12051964 or 268872. OLE color: 268872.

HSL color Cylindrical-coordinate representation of color #481A04: hue angle of 19.41º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #481A04 is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 26 4 -
CMYK 0 0.64 0.94 0.72
HSL 19.41º 0.89% 0.15% -
HSV(B) 19.41º 0.94% 0.28% -
XYZ 3.06 2.13 0.36 -
YUV 37.25 109.24 152.79 -
System Red Green Blue C M Y K H S L
Decimal 72 26 4 0 0.64 0.94 0.72 19.41 0.89 0.15
Hex 48 1A 4 0 40 5E 48 13 59 F
Octal 110 32 4 0 100 136 110 23 131 17
Binary 1001000 11010 100 0 1000000 1011110 1001000 10011 1011001 1111

Color Harmonies of #481A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481A04

Black with #481A04

Text Example


Text Example

White with #481A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481A04; }

 p { color: rgb(72,26,4); }

 H1.HeaderClassName
 {
   color: #481A04;
 }
 .AnyTagClassName
 {
   color: #481A04;
 }
</style>

background-color css

<style>
 a { background-color: #481A04; }

 a { background-color: rgb(72,26,4); }

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

border-color css

<style>
 span { border-color: #481A04; }

 span { border-color: rgb(72,26,4); }

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