Html Css Color HEX #5C4848 Woody Brown

📋 copy color: '#5C4848'

red 92 ◦ green 72 ◦ blue 72

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

Shades of Woody Brown #5C4848

Tints of Woody Brown #5C4848

RGB

 RED value IS 92 (36.33% from 255) = 38.98%

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

 BLUE value IS 72 (28.52% from 255) = 30.51%

R = 38.98%
G = 30.51%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.22

 K value IS 0.64

RGB Variations

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

Color information

#5C4848 (or 0x5C4848) is known color: Woody Brown. HEX triplet: 5C, 48 and 48. RGB value is (92,72,72). Sum of RGB (Red+Green+Blue) = 92+72+72=236 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.98% from 236); Green value is 72 (28.52% from 255 or 30.51% from 236); Blue value is 72 (28.52% from 255 or 30.51% from 236); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4848 is #A3B7B7. Grayscale: #4E4E4E. Windows color (decimal): -10729400 or 4737116. OLE color: 4737116.

HSL color Cylindrical-coordinate representation of color #5C4848: hue angle of 0º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5C4848 is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 72 72 -
CMYK 0 0.22 0.22 0.64
HSL 0.12% 0.32% -
HSV(B) 0.22% 0.36% -
XYZ 7.9 7.38 7.14 -
YUV 77.98 124.63 138 -
System Red Green Blue C M Y K H S L
Decimal 92 72 72 0 0.22 0.22 0.64 0 0.12 0.32
Hex 5C 48 48 0 16 16 40 0 C 20
Octal 134 110 110 0 26 26 100 0 14 40
Binary 1011100 1001000 1001000 0 10110 10110 1000000 0 1100 100000

Color Harmonies of #5C4848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C4848

Black with #5C4848

Text Example


Text Example

White with #5C4848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C4848; }

 p { color: rgb(92,72,72); }

 H1.HeaderClassName
 {
   color: #5C4848;
 }
 .AnyTagClassName
 {
   color: #5C4848;
 }
</style>

background-color css

<style>
 a { background-color: #5C4848; }

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

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

border-color css

<style>
 span { border-color: #5C4848; }

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

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