Html Css Color HEX #482000 Brown Pod

📋 copy color: '#482000'

red 72 ◦ green 32 ◦ blue 0

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

Shades of Brown Pod #482000

Tints of Brown Pod #482000

RGB

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

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

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

R = 69.23%
G = 30.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#482000 (or 0x482000) is known color: Brown Pod. HEX triplet: 48, 20 and 00. RGB value is (72,32,0). Sum of RGB (Red+Green+Blue) = 72+32+0=104 (13% of max value = 765). Red value is 72 (28.52% from 255 or 69.23% from 104); Green value is 32 (12.89% from 255 or 30.77% from 104); Blue value is 0 (0.39% from 255 or 0% from 104); Max value from RGB is 72 - color contains mainly: red. Hex color #482000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482000 is #B7DFFF. Grayscale: #282828. Windows color (decimal): -12050432 or 8264. OLE color: 8264.

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

Color convert

RGB 72 32 0 -
CMYK 0 0.56 1 0.72
HSL 26.67º 1% 0.14% -
HSV(B) 26.67º 1% 0.28% -
XYZ 3.19 2.41 0.3 -
YUV 40.31 105.25 150.6 -
System Red Green Blue C M Y K H S L
Decimal 72 32 0 0 0.56 1 0.72 26.67 1 0.14
Hex 48 20 0 0 38 64 48 1B 64 E
Octal 110 40 0 0 70 144 110 33 144 16
Binary 1001000 100000 0 0 111000 1100100 1001000 11011 1100100 1110

Color Harmonies of #482000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482000

Black with #482000

Text Example


Text Example

White with #482000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482000; }

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

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

background-color css

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

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

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

border-color css

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

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

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