Html Css Color HEX #48463C Panda

📋 copy color: '#48463C'

red 72 ◦ green 70 ◦ blue 60

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

Shades of Panda #48463C

Tints of Panda #48463C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 34.65%

 BLUE value IS 60 (23.83% from 255) = 29.7%

R = 35.64%
G = 34.65%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#48463C (or 0x48463C) is known color: Panda. HEX triplet: 48, 46 and 3C. RGB value is (72,70,60). Sum of RGB (Red+Green+Blue) = 72+70+60=202 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.64% from 202); Green value is 70 (27.73% from 255 or 34.65% from 202); Blue value is 60 (23.83% from 255 or 29.70% from 202); Max value from RGB is 72 - color contains mainly: red. Hex color #48463C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48463C is #B7B9C3. Grayscale: #454545. Windows color (decimal): -12040644 or 3950152. OLE color: 3950152.

HSL color Cylindrical-coordinate representation of color #48463C: hue angle of 50º degrees, saturation: 0.09, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #48463C is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 70 60 -
CMYK 0 0.03 0.17 0.72
HSL 50º 0.09% 0.26% -
HSV(B) 50º 0.17% 0.28% -
XYZ 5.68 6.08 5.15 -
YUV 69.46 122.66 129.81 -
System Red Green Blue C M Y K H S L
Decimal 72 70 60 0 0.03 0.17 0.72 50 0.09 0.26
Hex 48 46 3C 0 3 11 48 32 9 1A
Octal 110 106 74 0 3 21 110 62 11 32
Binary 1001000 1000110 111100 0 11 10001 1001000 110010 1001 11010

Color Harmonies of #48463C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48463C

Black with #48463C

Text Example


Text Example

White with #48463C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,70,60); }

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

background-color css

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

 a { background-color: rgb(72,70,60); }

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

border-color css

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

 span { border-color: rgb(72,70,60); }

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