Html Css Color HEX #481407 Brown Pod

📋 copy color: '#481407'

red 72 ◦ green 20 ◦ blue 7

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

Shades of Brown Pod #481407

Tints of Brown Pod #481407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 7.07%

R = 72.73%
G = 20.2%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.72

RGB Variations

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

Color information

#481407 (or 0x481407) is known color: Brown Pod. HEX triplet: 48, 14 and 07. RGB value is (72,20,7). Sum of RGB (Red+Green+Blue) = 72+20+7=99 (13% of max value = 765). Red value is 72 (28.52% from 255 or 72.73% from 99); Green value is 20 (8.20% from 255 or 20.20% from 99); Blue value is 7 (3.12% from 255 or 7.07% from 99); Max value from RGB is 72 - color contains mainly: red. Hex color #481407 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481407 is #B7EBF8. Grayscale: #222222. Windows color (decimal): -12053497 or 463944. OLE color: 463944.

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

Color convert

RGB 72 20 7 -
CMYK 0 0.72 0.90 0.72
HSL 12º 0.82% 0.15% -
HSV(B) 12º 0.9% 0.28% -
XYZ 2.96 1.89 0.41 -
YUV 34.07 112.73 155.06 -
System Red Green Blue C M Y K H S L
Decimal 72 20 7 0 0.72 0.90 0.72 12 0.82 0.15
Hex 48 14 7 0 48 5A 48 C 52 F
Octal 110 24 7 0 110 132 110 14 122 17
Binary 1001000 10100 111 0 1001000 1011010 1001000 1100 1010010 1111

Color Harmonies of #481407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481407

Black with #481407

Text Example


Text Example

White with #481407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481407; }

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

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

background-color css

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

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

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

border-color css

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

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

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