Html Css Color HEX #482002 Brown Pod

📋 copy color: '#482002'

red 72 ◦ green 32 ◦ blue 2

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

Shades of Brown Pod #482002

Tints of Brown Pod #482002

RGB

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

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

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

R = 67.92%
G = 30.19%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#482002 (or 0x482002) is known color: Brown Pod. HEX triplet: 48, 20 and 02. RGB value is (72,32,2). Sum of RGB (Red+Green+Blue) = 72+32+2=106 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.92% from 106); Green value is 32 (12.89% from 255 or 30.19% from 106); Blue value is 2 (1.17% from 255 or 1.89% from 106); Max value from RGB is 72 - color contains mainly: red. Hex color #482002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482002 is #B7DFFD. Grayscale: #282828. Windows color (decimal): -12050430 or 139336. OLE color: 139336.

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

Color convert

RGB 72 32 2 -
CMYK 0 0.56 0.97 0.72
HSL 25.71º 0.95% 0.15% -
HSV(B) 25.71º 0.97% 0.28% -
XYZ 3.2 2.42 0.35 -
YUV 40.54 106.25 150.44 -
System Red Green Blue C M Y K H S L
Decimal 72 32 2 0 0.56 0.97 0.72 25.71 0.95 0.15
Hex 48 20 2 0 38 61 48 1A 5F F
Octal 110 40 2 0 70 141 110 32 137 17
Binary 1001000 100000 10 0 111000 1100001 1001000 11010 1011111 1111

Color Harmonies of #482002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482002

Black with #482002

Text Example


Text Example

White with #482002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482002; }

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

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

background-color css

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

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

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

border-color css

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

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

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