Html Css Color HEX #4B483D Panda

📋 copy color: '#4B483D'

red 75 ◦ green 72 ◦ blue 61

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

Shades of Panda #4B483D

Tints of Panda #4B483D

RGB

 RED value IS 75 (29.69% from 255) = 36.06%

 GREEN value IS 72 (28.52% from 255) = 34.62%

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

R = 36.06%
G = 34.62%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.19

 K value IS 0.71

RGB Variations

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

Color information

#4B483D (or 0x4B483D) is known color: Panda. HEX triplet: 4B, 48 and 3D. RGB value is (75,72,61). Sum of RGB (Red+Green+Blue) = 75+72+61=208 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.06% from 208); Green value is 72 (28.52% from 255 or 34.62% from 208); Blue value is 61 (24.22% from 255 or 29.33% from 208); Max value from RGB is 75 - color contains mainly: red. Hex color #4B483D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B483D is #B4B7C2. Grayscale: #474747. Windows color (decimal): -11843523 or 4016203. OLE color: 4016203.

HSL color Cylindrical-coordinate representation of color #4B483D: hue angle of 47.14º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4B483D is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 72 61 -
CMYK 0 0.04 0.19 0.71
HSL 47.14º 0.1% 0.27% -
HSV(B) 47.14º 0.19% 0.29% -
XYZ 6.06 6.47 5.34 -
YUV 71.64 121.99 130.39 -
System Red Green Blue C M Y K H S L
Decimal 75 72 61 0 0.04 0.19 0.71 47.14 0.1 0.27
Hex 4B 48 3D 0 4 13 47 2F A 1B
Octal 113 110 75 0 4 23 107 57 12 33
Binary 1001011 1001000 111101 0 100 10011 1000111 101111 1010 11011

Color Harmonies of #4B483D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B483D

Black with #4B483D

Text Example


Text Example

White with #4B483D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B483D; }

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

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

background-color css

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

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

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

border-color css

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

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

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