Html Css Color HEX #482003 Brown Pod

📋 copy color: '#482003'

red 72 ◦ green 32 ◦ blue 3

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

Shades of Brown Pod #482003

Tints of Brown Pod #482003

RGB

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

 GREEN value IS 32 (12.89% from 255) = 29.91%

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

R = 67.29%
G = 29.91%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.96

 K value IS 0.72

RGB Variations

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

Color information

#482003 (or 0x482003) is known color: Brown Pod. HEX triplet: 48, 20 and 03. RGB value is (72,32,3). Sum of RGB (Red+Green+Blue) = 72+32+3=107 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.29% from 107); Green value is 32 (12.89% from 255 or 29.91% from 107); Blue value is 3 (1.56% from 255 or 2.80% from 107); Max value from RGB is 72 - color contains mainly: red. Hex color #482003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482003 is #B7DFFC. Grayscale: #282828. Windows color (decimal): -12050429 or 204872. OLE color: 204872.

HSL color Cylindrical-coordinate representation of color #482003: hue angle of 25.22º 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 #482003 is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 32 3 -
CMYK 0 0.56 0.96 0.72
HSL 25.22º 0.92% 0.15% -
HSV(B) 25.22º 0.96% 0.28% -
XYZ 3.21 2.42 0.38 -
YUV 40.65 106.75 150.36 -
System Red Green Blue C M Y K H S L
Decimal 72 32 3 0 0.56 0.96 0.72 25.22 0.92 0.15
Hex 48 20 3 0 38 60 48 19 5C F
Octal 110 40 3 0 70 140 110 31 134 17
Binary 1001000 100000 11 0 111000 1100000 1001000 11001 1011100 1111

Color Harmonies of #482003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482003

Black with #482003

Text Example


Text Example

White with #482003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482003; }

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

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

background-color css

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

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

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

border-color css

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

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

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