Html Css Color HEX #481C04 Brown Pod

📋 copy color: '#481C04'

red 72 ◦ green 28 ◦ blue 4

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

Shades of Brown Pod #481C04

Tints of Brown Pod #481C04

RGB

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

 GREEN value IS 28 (11.33% from 255) = 26.92%

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

R = 69.23%
G = 26.92%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#481C04 (or 0x481C04) is known color: Brown Pod. HEX triplet: 48, 1C and 04. RGB value is (72,28,4). Sum of RGB (Red+Green+Blue) = 72+28+4=104 (13% of max value = 765). Red value is 72 (28.52% from 255 or 69.23% from 104); Green value is 28 (11.33% from 255 or 26.92% from 104); Blue value is 4 (1.95% from 255 or 3.85% from 104); Max value from RGB is 72 - color contains mainly: red. Hex color #481C04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481C04 is #B7E3FB. Grayscale: #262626. Windows color (decimal): -12051452 or 269384. OLE color: 269384.

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

Color convert

RGB 72 28 4 -
CMYK 0 0.61 0.94 0.72
HSL 21.18º 0.89% 0.15% -
HSV(B) 21.18º 0.94% 0.28% -
XYZ 3.11 2.22 0.38 -
YUV 38.42 108.58 151.95 -
System Red Green Blue C M Y K H S L
Decimal 72 28 4 0 0.61 0.94 0.72 21.18 0.89 0.15
Hex 48 1C 4 0 3D 5E 48 15 59 F
Octal 110 34 4 0 75 136 110 25 131 17
Binary 1001000 11100 100 0 111101 1011110 1001000 10101 1011001 1111

Color Harmonies of #481C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481C04

Black with #481C04

Text Example


Text Example

White with #481C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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