Html Css Color HEX #482104 Brown Pod

📋 copy color: '#482104'

red 72 ◦ green 33 ◦ blue 4

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

Shades of Brown Pod #482104

Tints of Brown Pod #482104

RGB

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

 GREEN value IS 33 (13.28% from 255) = 30.28%

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

R = 66.06%
G = 30.28%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#482104 (or 0x482104) is known color: Brown Pod. HEX triplet: 48, 21 and 04. RGB value is (72,33,4). Sum of RGB (Red+Green+Blue) = 72+33+4=109 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.06% from 109); Green value is 33 (13.28% from 255 or 30.28% from 109); Blue value is 4 (1.95% from 255 or 3.67% from 109); Max value from RGB is 72 - color contains mainly: red. Hex color #482104 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482104 is #B7DEFB. Grayscale: #292929. Windows color (decimal): -12050172 or 270664. OLE color: 270664.

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

Color convert

RGB 72 33 4 -
CMYK 0 0.54 0.94 0.72
HSL 25.59º 0.89% 0.15% -
HSV(B) 25.59º 0.94% 0.28% -
XYZ 3.24 2.47 0.42 -
YUV 41.36 106.92 149.86 -
System Red Green Blue C M Y K H S L
Decimal 72 33 4 0 0.54 0.94 0.72 25.59 0.89 0.15
Hex 48 21 4 0 36 5E 48 1A 59 F
Octal 110 41 4 0 66 136 110 32 131 17
Binary 1001000 100001 100 0 110110 1011110 1001000 11010 1011001 1111

Color Harmonies of #482104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482104

Black with #482104

Text Example


Text Example

White with #482104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482104; }

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

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

background-color css

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

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

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

border-color css

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

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

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