Html Css Color HEX #4C4838 Panda

📋 copy color: '#4C4838'

red 76 ◦ green 72 ◦ blue 56

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

Shades of Panda #4C4838

Tints of Panda #4C4838

RGB

 RED value IS 76 (30.08% from 255) = 37.25%

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

 BLUE value IS 56 (22.27% from 255) = 27.45%

R = 37.25%
G = 35.29%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.26

 K value IS 0.70

RGB Variations

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

Color information

#4C4838 (or 0x4C4838) is known color: Panda. HEX triplet: 4C, 48 and 38. RGB value is (76,72,56). Sum of RGB (Red+Green+Blue) = 76+72+56=204 (27% of max value = 765). Red value is 76 (30.08% from 255 or 37.25% from 204); Green value is 72 (28.52% from 255 or 35.29% from 204); Blue value is 56 (22.27% from 255 or 27.45% from 204); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4838 is #B3B7C7. Grayscale: #474747. Windows color (decimal): -11777992 or 3688524. OLE color: 3688524.

HSL color Cylindrical-coordinate representation of color #4C4838: hue angle of 48º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4C4838 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 72 56 -
CMYK 0 0.05 0.26 0.70
HSL 48º 0.15% 0.26% -
HSV(B) 48º 0.26% 0.3% -
XYZ 6.01 6.46 4.67 -
YUV 71.37 119.33 131.3 -
System Red Green Blue C M Y K H S L
Decimal 76 72 56 0 0.05 0.26 0.70 48 0.15 0.26
Hex 4C 48 38 0 5 1A 46 30 F 1A
Octal 114 110 70 0 5 32 106 60 17 32
Binary 1001100 1001000 111000 0 101 11010 1000110 110000 1111 11010

Color Harmonies of #4C4838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4838

Black with #4C4838

Text Example


Text Example

White with #4C4838

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,72,56); }

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

background-color css

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

 a { background-color: rgb(76,72,56); }

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

border-color css

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

 span { border-color: rgb(76,72,56); }

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