Html Css Color HEX #481403 Brown Pod

📋 copy color: '#481403'

red 72 ◦ green 20 ◦ blue 3

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

Shades of Brown Pod #481403

Tints of Brown Pod #481403

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 3.16%

R = 75.79%
G = 21.05%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.96

 K value IS 0.72

RGB Variations

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

Color information

#481403 (or 0x481403) is known color: Brown Pod. HEX triplet: 48, 14 and 03. RGB value is (72,20,3). Sum of RGB (Red+Green+Blue) = 72+20+3=95 (12% of max value = 765). Red value is 72 (28.52% from 255 or 75.79% from 95); Green value is 20 (8.20% from 255 or 21.05% from 95); Blue value is 3 (1.56% from 255 or 3.16% from 95); Max value from RGB is 72 - color contains mainly: red. Hex color #481403 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481403 is #B7EBFC. Grayscale: #212121. Windows color (decimal): -12053501 or 201800. OLE color: 201800.

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

Color convert

RGB 72 20 3 -
CMYK 0 0.72 0.96 0.72
HSL 14.78º 0.92% 0.15% -
HSV(B) 14.78º 0.96% 0.28% -
XYZ 2.94 1.88 0.3 -
YUV 33.61 110.73 155.38 -
System Red Green Blue C M Y K H S L
Decimal 72 20 3 0 0.72 0.96 0.72 14.78 0.92 0.15
Hex 48 14 3 0 48 60 48 F 5C F
Octal 110 24 3 0 110 140 110 17 134 17
Binary 1001000 10100 11 0 1001000 1100000 1001000 1111 1011100 1111

Color Harmonies of #481403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481403

Black with #481403

Text Example


Text Example

White with #481403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481403; }

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

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

background-color css

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

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

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

border-color css

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

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

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