Html Css Color HEX #5C3432 Redwood

📋 copy color: '#5C3432'

red 92 ◦ green 52 ◦ blue 50

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

Shades of Redwood #5C3432

Tints of Redwood #5C3432

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.8%

 BLUE value IS 50 (19.92% from 255) = 25.77%

R = 47.42%
G = 26.8%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.46

 K value IS 0.64

RGB Variations

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

Color information

#5C3432 (or 0x5C3432) is known color: Redwood. HEX triplet: 5C, 34 and 32. RGB value is (92,52,50). Sum of RGB (Red+Green+Blue) = 92+52+50=194 (25% of max value = 765). Red value is 92 (36.33% from 255 or 47.42% from 194); Green value is 52 (20.70% from 255 or 26.80% from 194); Blue value is 50 (19.92% from 255 or 25.77% from 194); Max value from RGB is 92 - color contains mainly: red. Hex color #5C3432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C3432 is #A3CBCD. Grayscale: #3F3F3F. Windows color (decimal): -10734542 or 3290204. OLE color: 3290204.

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

Color convert

RGB 92 52 50 -
CMYK 0 0.43 0.46 0.64
HSL 2.86º 0.3% 0.28% -
HSV(B) 2.86º 0.46% 0.36% -
XYZ 6.22 4.96 3.65 -
YUV 63.73 120.25 148.16 -
System Red Green Blue C M Y K H S L
Decimal 92 52 50 0 0.43 0.46 0.64 2.86 0.3 0.28
Hex 5C 34 32 0 2B 2E 40 3 1E 1C
Octal 134 64 62 0 53 56 100 3 36 34
Binary 1011100 110100 110010 0 101011 101110 1000000 11 11110 11100

Color Harmonies of #5C3432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C3432

Black with #5C3432

Text Example


Text Example

White with #5C3432

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,52,50); }

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

background-color css

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

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

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

border-color css

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

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

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