Html Css Color HEX #48463D Panda

📋 copy color: '#48463D'

red 72 ◦ green 70 ◦ blue 61

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

Shades of Panda #48463D

Tints of Panda #48463D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 30.05%

R = 35.47%
G = 34.48%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#48463D (or 0x48463D) is known color: Panda. HEX triplet: 48, 46 and 3D. RGB value is (72,70,61). Sum of RGB (Red+Green+Blue) = 72+70+61=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 70 (27.73% from 255 or 34.48% from 203); Blue value is 61 (24.22% from 255 or 30.05% from 203); Max value from RGB is 72 - color contains mainly: red. Hex color #48463D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48463D is #B7B9C2. Grayscale: #454545. Windows color (decimal): -12040643 or 4015688. OLE color: 4015688.

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

Color convert

RGB 72 70 61 -
CMYK 0 0.03 0.15 0.72
HSL 49.09º 0.08% 0.26% -
HSV(B) 49.09º 0.15% 0.28% -
XYZ 5.7 6.09 5.29 -
YUV 69.57 123.16 129.73 -
System Red Green Blue C M Y K H S L
Decimal 72 70 61 0 0.03 0.15 0.72 49.09 0.08 0.26
Hex 48 46 3D 0 3 F 48 31 8 1A
Octal 110 106 75 0 3 17 110 61 10 32
Binary 1001000 1000110 111101 0 11 1111 1001000 110001 1000 11010

Color Harmonies of #48463D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48463D

Black with #48463D

Text Example


Text Example

White with #48463D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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