Html Css Color HEX #563328 Redwood

📋 copy color: '#563328'

red 86 ◦ green 51 ◦ blue 40

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

Shades of Redwood #563328

Tints of Redwood #563328

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.81%

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

R = 48.59%
G = 28.81%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.53

 K value IS 0.66

RGB Variations

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

Color information

#563328 (or 0x563328) is known color: Redwood. HEX triplet: 56, 33 and 28. RGB value is (86,51,40). Sum of RGB (Red+Green+Blue) = 86+51+40=177 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.59% from 177); Green value is 51 (20.31% from 255 or 28.81% from 177); Blue value is 40 (16.02% from 255 or 22.60% from 177); Max value from RGB is 86 - color contains mainly: red. Hex color #563328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563328 is #A9CCD7. Grayscale: #3C3C3C. Windows color (decimal): -11128024 or 2634582. OLE color: 2634582.

HSL color Cylindrical-coordinate representation of color #563328: hue angle of 14.35º 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 #563328 is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 51 40 -
CMYK 0 0.41 0.53 0.66
HSL 14.35º 0.37% 0.25% -
HSV(B) 14.35º 0.53% 0.34% -
XYZ 5.4 4.5 2.59 -
YUV 60.21 116.6 146.39 -
System Red Green Blue C M Y K H S L
Decimal 86 51 40 0 0.41 0.53 0.66 14.35 0.37 0.25
Hex 56 33 28 0 29 35 42 E 25 19
Octal 126 63 50 0 51 65 102 16 45 31
Binary 1010110 110011 101000 0 101001 110101 1000010 1110 100101 11001

Color Harmonies of #563328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563328

Black with #563328

Text Example


Text Example

White with #563328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563328; }

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

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

background-color css

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

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

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

border-color css

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

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

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