Html Css Color HEX #48170C Brown Pod

📋 copy color: '#48170C'

red 72 ◦ green 23 ◦ blue 12

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

Shades of Brown Pod #48170C

Tints of Brown Pod #48170C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 11.21%

R = 67.29%
G = 21.5%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.72

RGB Variations

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

Color information

#48170C (or 0x48170C) is known color: Brown Pod. HEX triplet: 48, 17 and 0C. RGB value is (72,23,12). Sum of RGB (Red+Green+Blue) = 72+23+12=107 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.29% from 107); Green value is 23 (9.38% from 255 or 21.50% from 107); Blue value is 12 (5.08% from 255 or 11.21% from 107); Max value from RGB is 72 - color contains mainly: red. Hex color #48170C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48170C is #B7E8F3. Grayscale: #242424. Windows color (decimal): -12052724 or 792392. OLE color: 792392.

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

Color convert

RGB 72 23 12 -
CMYK 0 0.68 0.83 0.72
HSL 11º 0.71% 0.16% -
HSV(B) 11º 0.83% 0.28% -
XYZ 3.05 2.02 0.58 -
YUV 36.4 114.23 153.39 -
System Red Green Blue C M Y K H S L
Decimal 72 23 12 0 0.68 0.83 0.72 11 0.71 0.16
Hex 48 17 C 0 44 53 48 B 47 10
Octal 110 27 14 0 104 123 110 13 107 20
Binary 1001000 10111 1100 0 1000100 1010011 1001000 1011 1000111 10000

Color Harmonies of #48170C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48170C

Black with #48170C

Text Example


Text Example

White with #48170C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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