Html Css Color HEX #5C423E Woody Brown

📋 copy color: '#5C423E'

red 92 ◦ green 66 ◦ blue 62

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

Shades of Woody Brown #5C423E

Tints of Woody Brown #5C423E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30%

 BLUE value IS 62 (24.61% from 255) = 28.18%

R = 41.82%
G = 30%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.64

RGB Variations

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

Color information

#5C423E (or 0x5C423E) is known color: Woody Brown. HEX triplet: 5C, 42 and 3E. RGB value is (92,66,62). Sum of RGB (Red+Green+Blue) = 92+66+62=220 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.82% from 220); Green value is 66 (26.17% from 255 or 30% from 220); Blue value is 62 (24.61% from 255 or 28.18% from 220); Max value from RGB is 92 - color contains mainly: red. Hex color #5C423E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C423E is #A3BDC1. Grayscale: #494949. Windows color (decimal): -10730946 or 4080220. OLE color: 4080220.

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

Color convert

RGB 92 66 62 -
CMYK 0 0.28 0.33 0.64
HSL 0.19% 0.3% -
HSV(B) 0.33% 0.36% -
XYZ 7.23 6.52 5.43 -
YUV 73.32 121.61 141.33 -
System Red Green Blue C M Y K H S L
Decimal 92 66 62 0 0.28 0.33 0.64 8 0.19 0.3
Hex 5C 42 3E 0 1C 21 40 8 13 1E
Octal 134 102 76 0 34 41 100 10 23 36
Binary 1011100 1000010 111110 0 11100 100001 1000000 1000 10011 11110

Color Harmonies of #5C423E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C423E

Black with #5C423E

Text Example


Text Example

White with #5C423E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,66,62); }

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

background-color css

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

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

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

border-color css

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

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

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