Html Css Color HEX #481800 Brown Pod

📋 copy color: '#481800'

red 72 ◦ green 24 ◦ blue 0

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

Shades of Brown Pod #481800

Tints of Brown Pod #481800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 75%
G = 25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#481800 (or 0x481800) is known color: Brown Pod. HEX triplet: 48, 18 and 00. RGB value is (72,24,0). Sum of RGB (Red+Green+Blue) = 72+24+0=96 (12% of max value = 765). Red value is 72 (28.52% from 255 or 75% from 96); Green value is 24 (9.77% from 255 or 25% from 96); Blue value is 0 (0.39% from 255 or 0% from 96); Max value from RGB is 72 - color contains mainly: red. Hex color #481800 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481800 is #B7E7FF. Grayscale: #232323. Windows color (decimal): -12052480 or 6216. OLE color: 6216.

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

Color convert

RGB 72 24 0 -
CMYK 0 0.67 1 0.72
HSL 20º 1% 0.14% -
HSV(B) 20º 1% 0.28% -
XYZ 3 2.03 0.23 -
YUV 35.62 107.9 153.95 -
System Red Green Blue C M Y K H S L
Decimal 72 24 0 0 0.67 1 0.72 20 1 0.14
Hex 48 18 0 0 43 64 48 14 64 E
Octal 110 30 0 0 103 144 110 24 144 16
Binary 1001000 11000 0 0 1000011 1100100 1001000 10100 1100100 1110

Color Harmonies of #481800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481800

Black with #481800

Text Example


Text Example

White with #481800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481800; }

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

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

background-color css

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

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

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

border-color css

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

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

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