Html Css Color HEX #5C362D Redwood

📋 copy color: '#5C362D'

red 92 ◦ green 54 ◦ blue 45

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

Shades of Redwood #5C362D

Tints of Redwood #5C362D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 28.27%

 BLUE value IS 45 (17.97% from 255) = 23.56%

R = 48.17%
G = 28.27%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.64

RGB Variations

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

Color information

#5C362D (or 0x5C362D) is known color: Redwood. HEX triplet: 5C, 36 and 2D. RGB value is (92,54,45). Sum of RGB (Red+Green+Blue) = 92+54+45=191 (25% of max value = 765). Red value is 92 (36.33% from 255 or 48.17% from 191); Green value is 54 (21.48% from 255 or 28.27% from 191); Blue value is 45 (17.97% from 255 or 23.56% from 191); Max value from RGB is 92 - color contains mainly: red. Hex color #5C362D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C362D is #A3C9D2. Grayscale: #404040. Windows color (decimal): -10734035 or 2963036. OLE color: 2963036.

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

Color convert

RGB 92 54 45 -
CMYK 0 0.41 0.51 0.64
HSL 11.49º 0.34% 0.27% -
HSV(B) 11.49º 0.51% 0.36% -
XYZ 6.21 5.1 3.14 -
YUV 64.34 117.09 147.73 -
System Red Green Blue C M Y K H S L
Decimal 92 54 45 0 0.41 0.51 0.64 11.49 0.34 0.27
Hex 5C 36 2D 0 29 33 40 B 22 1B
Octal 134 66 55 0 51 63 100 13 42 33
Binary 1011100 110110 101101 0 101001 110011 1000000 1011 100010 11011

Color Harmonies of #5C362D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C362D

Black with #5C362D

Text Example


Text Example

White with #5C362D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,54,45); }

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

background-color css

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

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

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

border-color css

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

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

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