Html Css Color HEX #481810 Brown Pod

📋 copy color: '#481810'

red 72 ◦ green 24 ◦ blue 16

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

Shades of Brown Pod #481810

Tints of Brown Pod #481810

RGB

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

 GREEN value IS 24 (9.77% from 255) = 21.43%

 BLUE value IS 16 (6.64% from 255) = 14.29%

R = 64.29%
G = 21.43%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.72

RGB Variations

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

Color information

#481810 (or 0x481810) is known color: Brown Pod. HEX triplet: 48, 18 and 10. RGB value is (72,24,16). Sum of RGB (Red+Green+Blue) = 72+24+16=112 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.29% from 112); Green value is 24 (9.77% from 255 or 21.43% from 112); Blue value is 16 (6.64% from 255 or 14.29% from 112); Max value from RGB is 72 - color contains mainly: red. Hex color #481810 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481810 is #B7E7EF. Grayscale: #252525. Windows color (decimal): -12052464 or 1054792. OLE color: 1054792.

HSL color Cylindrical-coordinate representation of color #481810: hue angle of 8.57º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #481810 is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 24 16 -
CMYK 0 0.67 0.78 0.72
HSL 8.57º 0.64% 0.17% -
HSV(B) 8.57º 0.78% 0.28% -
XYZ 3.09 2.07 0.73 -
YUV 37.44 115.9 152.65 -
System Red Green Blue C M Y K H S L
Decimal 72 24 16 0 0.67 0.78 0.72 8.57 0.64 0.17
Hex 48 18 10 0 43 4E 48 9 40 11
Octal 110 30 20 0 103 116 110 11 100 21
Binary 1001000 11000 10000 0 1000011 1001110 1001000 1001 1000000 10001

Color Harmonies of #481810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481810

Black with #481810

Text Example


Text Example

White with #481810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481810; }

 p { color: rgb(72,24,16); }

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

background-color css

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

 a { background-color: rgb(72,24,16); }

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

border-color css

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

 span { border-color: rgb(72,24,16); }

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