Html Css Color HEX #5E322C Redwood

📋 copy color: '#5E322C'

red 94 ◦ green 50 ◦ blue 44

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

Shades of Redwood #5E322C

Tints of Redwood #5E322C

RGB

 RED value IS 94 (37.11% from 255) = 50%

 GREEN value IS 50 (19.92% from 255) = 26.6%

 BLUE value IS 44 (17.58% from 255) = 23.4%

R = 50%
G = 26.6%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.63

RGB Variations

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

Color information

#5E322C (or 0x5E322C) is known color: Redwood. HEX triplet: 5E, 32 and 2C. RGB value is (94,50,44). Sum of RGB (Red+Green+Blue) = 94+50+44=188 (24% of max value = 765). Red value is 94 (37.11% from 255 or 50% from 188); Green value is 50 (19.92% from 255 or 26.60% from 188); Blue value is 44 (17.58% from 255 or 23.40% from 188); Max value from RGB is 94 - color contains mainly: red. Hex color #5E322C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E322C is #A1CDD3. Grayscale: #3E3E3E. Windows color (decimal): -10603988 or 2896478. OLE color: 2896478.

HSL color Cylindrical-coordinate representation of color #5E322C: hue angle of 7.2º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5E322C is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 50 44 -
CMYK 0 0.47 0.53 0.63
HSL 7.2º 0.36% 0.27% -
HSV(B) 7.2º 0.53% 0.37% -
XYZ 6.21 4.84 2.99 -
YUV 62.47 117.58 150.49 -
System Red Green Blue C M Y K H S L
Decimal 94 50 44 0 0.47 0.53 0.63 7.2 0.36 0.27
Hex 5E 32 2C 0 2F 35 3F 7 24 1B
Octal 136 62 54 0 57 65 77 7 44 33
Binary 1011110 110010 101100 0 101111 110101 111111 111 100100 11011

Color Harmonies of #5E322C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E322C

Black with #5E322C

Text Example


Text Example

White with #5E322C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,50,44); }

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

background-color css

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

 a { background-color: rgb(94,50,44); }

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

border-color css

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

 span { border-color: rgb(94,50,44); }

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