Html Css Color HEX #48170D Brown Pod

📋 copy color: '#48170D'

red 72 ◦ green 23 ◦ blue 13

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

Shades of Brown Pod #48170D

Tints of Brown Pod #48170D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 21.3%

 BLUE value IS 13 (5.47% from 255) = 12.04%

R = 66.67%
G = 21.3%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#48170D (or 0x48170D) is known color: Brown Pod. HEX triplet: 48, 17 and 0D. RGB value is (72,23,13). Sum of RGB (Red+Green+Blue) = 72+23+13=108 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.67% from 108); Green value is 23 (9.38% from 255 or 21.30% from 108); Blue value is 13 (5.47% from 255 or 12.04% from 108); Max value from RGB is 72 - color contains mainly: red. Hex color #48170D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48170D is #B7E8F2. Grayscale: #242424. Windows color (decimal): -12052723 or 857928. OLE color: 857928.

HSL color Cylindrical-coordinate representation of color #48170D: hue angle of 10.17º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #48170D is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 23 13 -
CMYK 0 0.68 0.82 0.72
HSL 10.17º 0.69% 0.17% -
HSV(B) 10.17º 0.82% 0.28% -
XYZ 3.05 2.02 0.61 -
YUV 36.51 114.73 153.31 -
System Red Green Blue C M Y K H S L
Decimal 72 23 13 0 0.68 0.82 0.72 10.17 0.69 0.17
Hex 48 17 D 0 44 52 48 A 45 11
Octal 110 27 15 0 104 122 110 12 105 21
Binary 1001000 10111 1101 0 1000100 1010010 1001000 1010 1000101 10001

Color Harmonies of #48170D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48170D

Black with #48170D

Text Example


Text Example

White with #48170D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48170D; }

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

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

background-color css

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

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

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

border-color css

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

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

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