Html Css Color HEX #5C4341 Woody Brown

📋 copy color: '#5C4341'

red 92 ◦ green 67 ◦ blue 65

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

Shades of Woody Brown #5C4341

Tints of Woody Brown #5C4341

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.91%

 BLUE value IS 65 (25.78% from 255) = 29.02%

R = 41.07%
G = 29.91%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.64

RGB Variations

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

Color information

#5C4341 (or 0x5C4341) is known color: Woody Brown. HEX triplet: 5C, 43 and 41. RGB value is (92,67,65). Sum of RGB (Red+Green+Blue) = 92+67+65=224 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.07% from 224); Green value is 67 (26.56% from 255 or 29.91% from 224); Blue value is 65 (25.78% from 255 or 29.02% from 224); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4341 is #A3BCBE. Grayscale: #4A4A4A. Windows color (decimal): -10730687 or 4277084. OLE color: 4277084.

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

Color convert

RGB 92 67 65 -
CMYK 0 0.27 0.29 0.64
HSL 4.44º 0.17% 0.31% -
HSV(B) 4.44º 0.29% 0.36% -
XYZ 7.37 6.67 5.9 -
YUV 74.25 122.78 140.66 -
System Red Green Blue C M Y K H S L
Decimal 92 67 65 0 0.27 0.29 0.64 4.44 0.17 0.31
Hex 5C 43 41 0 1B 1D 40 4 11 1F
Octal 134 103 101 0 33 35 100 4 21 37
Binary 1011100 1000011 1000001 0 11011 11101 1000000 100 10001 11111

Color Harmonies of #5C4341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C4341

Black with #5C4341

Text Example


Text Example

White with #5C4341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,67,65); }

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

background-color css

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

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

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

border-color css

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

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

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