Html Css Color HEX #481802 Brown Pod

📋 copy color: '#481802'

red 72 ◦ green 24 ◦ blue 2

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

Shades of Brown Pod #481802

Tints of Brown Pod #481802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.04%

R = 73.47%
G = 24.49%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#481802 (or 0x481802) is known color: Brown Pod. HEX triplet: 48, 18 and 02. RGB value is (72,24,2). Sum of RGB (Red+Green+Blue) = 72+24+2=98 (12% of max value = 765). Red value is 72 (28.52% from 255 or 73.47% from 98); Green value is 24 (9.77% from 255 or 24.49% from 98); Blue value is 2 (1.17% from 255 or 2.04% from 98); Max value from RGB is 72 - color contains mainly: red. Hex color #481802 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481802 is #B7E7FD. Grayscale: #232323. Windows color (decimal): -12052478 or 137288. OLE color: 137288.

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

Color convert

RGB 72 24 2 -
CMYK 0 0.67 0.97 0.72
HSL 18.86º 0.95% 0.15% -
HSV(B) 18.86º 0.97% 0.28% -
XYZ 3.01 2.04 0.29 -
YUV 35.84 108.9 153.79 -
System Red Green Blue C M Y K H S L
Decimal 72 24 2 0 0.67 0.97 0.72 18.86 0.95 0.15
Hex 48 18 2 0 43 61 48 13 5F F
Octal 110 30 2 0 103 141 110 23 137 17
Binary 1001000 11000 10 0 1000011 1100001 1001000 10011 1011111 1111

Color Harmonies of #481802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481802

Black with #481802

Text Example


Text Example

White with #481802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481802; }

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

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

background-color css

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

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

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

border-color css

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

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

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