Html Css Color HEX #563431 Redwood

📋 copy color: '#563431'

red 86 ◦ green 52 ◦ blue 49

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

Shades of Redwood #563431

Tints of Redwood #563431

RGB

 RED value IS 86 (33.98% from 255) = 45.99%

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

 BLUE value IS 49 (19.53% from 255) = 26.2%

R = 45.99%
G = 27.81%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.43

 K value IS 0.66

RGB Variations

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

Color information

#563431 (or 0x563431) is known color: Redwood. HEX triplet: 56, 34 and 31. RGB value is (86,52,49). Sum of RGB (Red+Green+Blue) = 86+52+49=187 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.99% from 187); Green value is 52 (20.70% from 255 or 27.81% from 187); Blue value is 49 (19.53% from 255 or 26.20% from 187); Max value from RGB is 86 - color contains mainly: red. Hex color #563431 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563431 is #A9CBCE. Grayscale: #3D3D3D. Windows color (decimal): -11127759 or 3224662. OLE color: 3224662.

HSL color Cylindrical-coordinate representation of color #563431: hue angle of 4.86º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #563431 is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 52 49 -
CMYK 0 0.40 0.43 0.66
HSL 4.86º 0.27% 0.26% -
HSV(B) 4.86º 0.43% 0.34% -
XYZ 5.62 4.66 3.51 -
YUV 61.82 120.76 145.24 -
System Red Green Blue C M Y K H S L
Decimal 86 52 49 0 0.40 0.43 0.66 4.86 0.27 0.26
Hex 56 34 31 0 28 2B 42 5 1B 1A
Octal 126 64 61 0 50 53 102 5 33 32
Binary 1010110 110100 110001 0 101000 101011 1000010 101 11011 11010

Color Harmonies of #563431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563431

Black with #563431

Text Example


Text Example

White with #563431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563431; }

 p { color: rgb(86,52,49); }

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

background-color css

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

 a { background-color: rgb(86,52,49); }

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

border-color css

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

 span { border-color: rgb(86,52,49); }

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