Html Css Color HEX #481808 Brown Pod

📋 copy color: '#481808'

red 72 ◦ green 24 ◦ blue 8

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

Shades of Brown Pod #481808

Tints of Brown Pod #481808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 7.69%

R = 69.23%
G = 23.08%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#481808 (or 0x481808) is known color: Brown Pod. HEX triplet: 48, 18 and 08. RGB value is (72,24,8). Sum of RGB (Red+Green+Blue) = 72+24+8=104 (13% of max value = 765). Red value is 72 (28.52% from 255 or 69.23% from 104); Green value is 24 (9.77% from 255 or 23.08% from 104); Blue value is 8 (3.52% from 255 or 7.69% from 104); Max value from RGB is 72 - color contains mainly: red. Hex color #481808 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481808 is #B7E7F7. Grayscale: #242424. Windows color (decimal): -12052472 or 530504. OLE color: 530504.

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

Color convert

RGB 72 24 8 -
CMYK 0 0.67 0.89 0.72
HSL 15º 0.8% 0.16% -
HSV(B) 15º 0.89% 0.28% -
XYZ 3.04 2.05 0.46 -
YUV 36.53 111.9 153.3 -
System Red Green Blue C M Y K H S L
Decimal 72 24 8 0 0.67 0.89 0.72 15 0.8 0.16
Hex 48 18 8 0 43 59 48 F 50 10
Octal 110 30 10 0 103 131 110 17 120 20
Binary 1001000 11000 1000 0 1000011 1011001 1001000 1111 1010000 10000

Color Harmonies of #481808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481808

Black with #481808

Text Example


Text Example

White with #481808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481808; }

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

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

background-color css

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

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

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

border-color css

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

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

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