Html Css Color HEX #56322B Redwood

📋 copy color: '#56322B'

red 86 ◦ green 50 ◦ blue 43

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

Shades of Redwood #56322B

Tints of Redwood #56322B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 24.02%

R = 48.04%
G = 27.93%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.50

 K value IS 0.66

RGB Variations

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

Color information

#56322B (or 0x56322B) is known color: Redwood. HEX triplet: 56, 32 and 2B. RGB value is (86,50,43). Sum of RGB (Red+Green+Blue) = 86+50+43=179 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.04% from 179); Green value is 50 (19.92% from 255 or 27.93% from 179); Blue value is 43 (17.19% from 255 or 24.02% from 179); Max value from RGB is 86 - color contains mainly: red. Hex color #56322B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56322B is #A9CDD4. Grayscale: #3C3C3C. Windows color (decimal): -11128277 or 2830934. OLE color: 2830934.

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

Color convert

RGB 86 50 43 -
CMYK 0 0.42 0.50 0.66
HSL 9.77º 0.33% 0.25% -
HSV(B) 9.77º 0.5% 0.34% -
XYZ 5.41 4.43 2.86 -
YUV 59.97 118.43 146.57 -
System Red Green Blue C M Y K H S L
Decimal 86 50 43 0 0.42 0.50 0.66 9.77 0.33 0.25
Hex 56 32 2B 0 2A 32 42 A 21 19
Octal 126 62 53 0 52 62 102 12 41 31
Binary 1010110 110010 101011 0 101010 110010 1000010 1010 100001 11001

Color Harmonies of #56322B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56322B

Black with #56322B

Text Example


Text Example

White with #56322B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56322B; }

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

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

background-color css

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

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

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

border-color css

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

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

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