Html Css Color HEX #481406 Brown Pod

📋 copy color: '#481406'

red 72 ◦ green 20 ◦ blue 6

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

Shades of Brown Pod #481406

Tints of Brown Pod #481406

RGB

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

 GREEN value IS 20 (8.2% from 255) = 20.41%

 BLUE value IS 6 (2.73% from 255) = 6.12%

R = 73.47%
G = 20.41%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.92

 K value IS 0.72

RGB Variations

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

Color information

#481406 (or 0x481406) is known color: Brown Pod. HEX triplet: 48, 14 and 06. RGB value is (72,20,6). Sum of RGB (Red+Green+Blue) = 72+20+6=98 (12% of max value = 765). Red value is 72 (28.52% from 255 or 73.47% from 98); Green value is 20 (8.20% from 255 or 20.41% from 98); Blue value is 6 (2.73% from 255 or 6.12% from 98); Max value from RGB is 72 - color contains mainly: red. Hex color #481406 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481406 is #B7EBF9. Grayscale: #222222. Windows color (decimal): -12053498 or 398408. OLE color: 398408.

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

Color convert

RGB 72 20 6 -
CMYK 0 0.72 0.92 0.72
HSL 12.73º 0.85% 0.15% -
HSV(B) 12.73º 0.92% 0.28% -
XYZ 2.96 1.89 0.38 -
YUV 33.95 112.23 155.14 -
System Red Green Blue C M Y K H S L
Decimal 72 20 6 0 0.72 0.92 0.72 12.73 0.85 0.15
Hex 48 14 6 0 48 5C 48 D 55 F
Octal 110 24 6 0 110 134 110 15 125 17
Binary 1001000 10100 110 0 1001000 1011100 1001000 1101 1010101 1111

Color Harmonies of #481406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481406

Black with #481406

Text Example


Text Example

White with #481406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481406; }

 p { color: rgb(72,20,6); }

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

background-color css

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

 a { background-color: rgb(72,20,6); }

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

border-color css

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

 span { border-color: rgb(72,20,6); }

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