Html Css Color HEX #481604 Brown Pod

📋 copy color: '#481604'

red 72 ◦ green 22 ◦ blue 4

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

Shades of Brown Pod #481604

Tints of Brown Pod #481604

RGB

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

 GREEN value IS 22 (8.98% from 255) = 22.45%

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

R = 73.47%
G = 22.45%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#481604 (or 0x481604) is known color: Brown Pod. HEX triplet: 48, 16 and 04. RGB value is (72,22,4). Sum of RGB (Red+Green+Blue) = 72+22+4=98 (12% of max value = 765). Red value is 72 (28.52% from 255 or 73.47% from 98); Green value is 22 (8.98% from 255 or 22.45% from 98); Blue value is 4 (1.95% from 255 or 4.08% from 98); Max value from RGB is 72 - color contains mainly: red. Hex color #481604 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481604 is #B7E9FB. Grayscale: #232323. Windows color (decimal): -12052988 or 267848. OLE color: 267848.

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

Color convert

RGB 72 22 4 -
CMYK 0 0.69 0.94 0.72
HSL 15.88º 0.89% 0.15% -
HSV(B) 15.88º 0.94% 0.28% -
XYZ 2.98 1.96 0.34 -
YUV 34.9 110.57 154.46 -
System Red Green Blue C M Y K H S L
Decimal 72 22 4 0 0.69 0.94 0.72 15.88 0.89 0.15
Hex 48 16 4 0 45 5E 48 10 59 F
Octal 110 26 4 0 105 136 110 20 131 17
Binary 1001000 10110 100 0 1000101 1011110 1001000 10000 1011001 1111

Color Harmonies of #481604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481604

Black with #481604

Text Example


Text Example

White with #481604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481604; }

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

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

background-color css

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

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

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

border-color css

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

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

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