Html Css Color HEX #482617 Brown Pod

📋 copy color: '#482617'

red 72 ◦ green 38 ◦ blue 23

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

Shades of Brown Pod #482617

Tints of Brown Pod #482617

RGB

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

 GREEN value IS 38 (15.23% from 255) = 28.57%

 BLUE value IS 23 (9.38% from 255) = 17.29%

R = 54.14%
G = 28.57%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.68

 K value IS 0.72

RGB Variations

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

Color information

#482617 (or 0x482617) is known color: Brown Pod. HEX triplet: 48, 26 and 17. RGB value is (72,38,23). Sum of RGB (Red+Green+Blue) = 72+38+23=133 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.14% from 133); Green value is 38 (15.23% from 255 or 28.57% from 133); Blue value is 23 (9.38% from 255 or 17.29% from 133); Max value from RGB is 72 - color contains mainly: red. Hex color #482617 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482617 is #B7D9E8. Grayscale: #2E2E2E. Windows color (decimal): -12048873 or 1517128. OLE color: 1517128.

HSL color Cylindrical-coordinate representation of color #482617: hue angle of 18.37º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #482617 is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 38 23 -
CMYK 0 0.47 0.68 0.72
HSL 18.37º 0.52% 0.19% -
HSV(B) 18.37º 0.68% 0.28% -
XYZ 3.52 2.83 1.17 -
YUV 46.46 114.76 146.22 -
System Red Green Blue C M Y K H S L
Decimal 72 38 23 0 0.47 0.68 0.72 18.37 0.52 0.19
Hex 48 26 17 0 2F 44 48 12 34 13
Octal 110 46 27 0 57 104 110 22 64 23
Binary 1001000 100110 10111 0 101111 1000100 1001000 10010 110100 10011

Color Harmonies of #482617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482617

Black with #482617

Text Example


Text Example

White with #482617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482617; }

 p { color: rgb(72,38,23); }

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

background-color css

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

 a { background-color: rgb(72,38,23); }

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

border-color css

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

 span { border-color: rgb(72,38,23); }

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