Html Css Color HEX #481F04 Brown Pod

📋 copy color: '#481F04'

red 72 ◦ green 31 ◦ blue 4

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

Shades of Brown Pod #481F04

Tints of Brown Pod #481F04

RGB

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

 GREEN value IS 31 (12.5% from 255) = 28.97%

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

R = 67.29%
G = 28.97%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#481F04 (or 0x481F04) is known color: Brown Pod. HEX triplet: 48, 1F and 04. RGB value is (72,31,4). Sum of RGB (Red+Green+Blue) = 72+31+4=107 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.29% from 107); Green value is 31 (12.5% from 255 or 28.97% from 107); Blue value is 4 (1.95% from 255 or 3.74% from 107); Max value from RGB is 72 - color contains mainly: red. Hex color #481F04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481F04 is #B7E0FB. Grayscale: #282828. Windows color (decimal): -12050684 or 270152. OLE color: 270152.

HSL color Cylindrical-coordinate representation of color #481F04: hue angle of 23.82º 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 #481F04 is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 31 4 -
CMYK 0 0.57 0.94 0.72
HSL 23.82º 0.89% 0.15% -
HSV(B) 23.82º 0.94% 0.28% -
XYZ 3.18 2.37 0.4 -
YUV 40.18 107.58 150.7 -
System Red Green Blue C M Y K H S L
Decimal 72 31 4 0 0.57 0.94 0.72 23.82 0.89 0.15
Hex 48 1F 4 0 39 5E 48 18 59 F
Octal 110 37 4 0 71 136 110 30 131 17
Binary 1001000 11111 100 0 111001 1011110 1001000 11000 1011001 1111

Color Harmonies of #481F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481F04

Black with #481F04

Text Example


Text Example

White with #481F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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