Html Css Color HEX #482001 Brown Pod

📋 copy color: '#482001'

red 72 ◦ green 32 ◦ blue 1

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

Shades of Brown Pod #482001

Tints of Brown Pod #482001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.95%

R = 68.57%
G = 30.48%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#482001 (or 0x482001) is known color: Brown Pod. HEX triplet: 48, 20 and 01. RGB value is (72,32,1). Sum of RGB (Red+Green+Blue) = 72+32+1=105 (13% of max value = 765). Red value is 72 (28.52% from 255 or 68.57% from 105); Green value is 32 (12.89% from 255 or 30.48% from 105); Blue value is 1 (0.78% from 255 or 0.95% from 105); Max value from RGB is 72 - color contains mainly: red. Hex color #482001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482001 is #B7DFFE. Grayscale: #282828. Windows color (decimal): -12050431 or 73800. OLE color: 73800.

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

Color convert

RGB 72 32 1 -
CMYK 0 0.56 0.99 0.72
HSL 26.2º 0.97% 0.14% -
HSV(B) 26.2º 0.99% 0.28% -
XYZ 3.19 2.41 0.33 -
YUV 40.43 105.75 150.52 -
System Red Green Blue C M Y K H S L
Decimal 72 32 1 0 0.56 0.99 0.72 26.2 0.97 0.14
Hex 48 20 1 0 38 63 48 1A 61 E
Octal 110 40 1 0 70 143 110 32 141 16
Binary 1001000 100000 1 0 111000 1100011 1001000 11010 1100001 1110

Color Harmonies of #482001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482001

Black with #482001

Text Example


Text Example

White with #482001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482001; }

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

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

background-color css

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

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

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

border-color css

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

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

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