Html Css Color HEX #563228 Redwood

📋 copy color: '#563228'

red 86 ◦ green 50 ◦ blue 40

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

Shades of Redwood #563228

Tints of Redwood #563228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 22.73%

R = 48.86%
G = 28.41%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.53

 K value IS 0.66

RGB Variations

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

Color information

#563228 (or 0x563228) is known color: Redwood. HEX triplet: 56, 32 and 28. RGB value is (86,50,40). Sum of RGB (Red+Green+Blue) = 86+50+40=176 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.86% from 176); Green value is 50 (19.92% from 255 or 28.41% from 176); Blue value is 40 (16.02% from 255 or 22.73% from 176); Max value from RGB is 86 - color contains mainly: red. Hex color #563228 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563228 is #A9CDD7. Grayscale: #3B3B3B. Windows color (decimal): -11128280 or 2634326. OLE color: 2634326.

HSL color Cylindrical-coordinate representation of color #563228: hue angle of 13.04º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #563228 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 50 40 -
CMYK 0 0.42 0.53 0.66
HSL 13.04º 0.37% 0.25% -
HSV(B) 13.04º 0.53% 0.34% -
XYZ 5.36 4.41 2.58 -
YUV 59.62 116.93 146.81 -
System Red Green Blue C M Y K H S L
Decimal 86 50 40 0 0.42 0.53 0.66 13.04 0.37 0.25
Hex 56 32 28 0 2A 35 42 D 25 19
Octal 126 62 50 0 52 65 102 15 45 31
Binary 1010110 110010 101000 0 101010 110101 1000010 1101 100101 11001

Color Harmonies of #563228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563228

Black with #563228

Text Example


Text Example

White with #563228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563228; }

 p { color: rgb(86,50,40); }

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

background-color css

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

 a { background-color: rgb(86,50,40); }

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

border-color css

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

 span { border-color: rgb(86,50,40); }

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