Html Css Color HEX #482007 Brown Pod

📋 copy color: '#482007'

red 72 ◦ green 32 ◦ blue 7

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

Shades of Brown Pod #482007

Tints of Brown Pod #482007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 6.31%

R = 64.86%
G = 28.83%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.72

RGB Variations

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

Color information

#482007 (or 0x482007) is known color: Brown Pod. HEX triplet: 48, 20 and 07. RGB value is (72,32,7). Sum of RGB (Red+Green+Blue) = 72+32+7=111 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.86% from 111); Green value is 32 (12.89% from 255 or 28.83% from 111); Blue value is 7 (3.12% from 255 or 6.31% from 111); Max value from RGB is 72 - color contains mainly: red. Hex color #482007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482007 is #B7DFF8. Grayscale: #292929. Windows color (decimal): -12050425 or 467016. OLE color: 467016.

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

Color convert

RGB 72 32 7 -
CMYK 0 0.56 0.90 0.72
HSL 23.08º 0.82% 0.15% -
HSV(B) 23.08º 0.9% 0.28% -
XYZ 3.23 2.43 0.5 -
YUV 41.11 108.75 150.03 -
System Red Green Blue C M Y K H S L
Decimal 72 32 7 0 0.56 0.90 0.72 23.08 0.82 0.15
Hex 48 20 7 0 38 5A 48 17 52 F
Octal 110 40 7 0 70 132 110 27 122 17
Binary 1001000 100000 111 0 111000 1011010 1001000 10111 1010010 1111

Color Harmonies of #482007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482007

Black with #482007

Text Example


Text Example

White with #482007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482007; }

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

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

background-color css

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

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

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

border-color css

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

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

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