Html Css Color HEX #563730 Redwood

📋 copy color: '#563730'

red 86 ◦ green 55 ◦ blue 48

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

Shades of Redwood #563730

Tints of Redwood #563730

RGB

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

 GREEN value IS 55 (21.88% from 255) = 29.1%

 BLUE value IS 48 (19.14% from 255) = 25.4%

R = 45.5%
G = 29.1%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.66

RGB Variations

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

Color information

#563730 (or 0x563730) is known color: Redwood. HEX triplet: 56, 37 and 30. RGB value is (86,55,48). Sum of RGB (Red+Green+Blue) = 86+55+48=189 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.50% from 189); Green value is 55 (21.88% from 255 or 29.10% from 189); Blue value is 48 (19.14% from 255 or 25.40% from 189); Max value from RGB is 86 - color contains mainly: red. Hex color #563730 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563730 is #A9C8CF. Grayscale: #3F3F3F. Windows color (decimal): -11126992 or 3159894. OLE color: 3159894.

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

Color convert

RGB 86 55 48 -
CMYK 0 0.36 0.44 0.66
HSL 11.05º 0.28% 0.26% -
HSV(B) 11.05º 0.44% 0.34% -
XYZ 5.74 4.92 3.44 -
YUV 63.47 119.27 144.07 -
System Red Green Blue C M Y K H S L
Decimal 86 55 48 0 0.36 0.44 0.66 11.05 0.28 0.26
Hex 56 37 30 0 24 2C 42 B 1C 1A
Octal 126 67 60 0 44 54 102 13 34 32
Binary 1010110 110111 110000 0 100100 101100 1000010 1011 11100 11010

Color Harmonies of #563730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563730

Black with #563730

Text Example


Text Example

White with #563730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563730; }

 p { color: rgb(86,55,48); }

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

background-color css

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

 a { background-color: rgb(86,55,48); }

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

border-color css

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

 span { border-color: rgb(86,55,48); }

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