Html Css Color HEX #56362D Redwood

📋 copy color: '#56362D'

red 86 ◦ green 54 ◦ blue 45

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

Shades of Redwood #56362D

Tints of Redwood #56362D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 29.19%

 BLUE value IS 45 (17.97% from 255) = 24.32%

R = 46.49%
G = 29.19%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.48

 K value IS 0.66

RGB Variations

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

Color information

#56362D (or 0x56362D) is known color: Redwood. HEX triplet: 56, 36 and 2D. RGB value is (86,54,45). Sum of RGB (Red+Green+Blue) = 86+54+45=185 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.49% from 185); Green value is 54 (21.48% from 255 or 29.19% from 185); Blue value is 45 (17.97% from 255 or 24.32% from 185); Max value from RGB is 86 - color contains mainly: red. Hex color #56362D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56362D is #A9C9D2. Grayscale: #3E3E3E. Windows color (decimal): -11127251 or 2963030. OLE color: 2963030.

HSL color Cylindrical-coordinate representation of color #56362D: hue angle of 13.17º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #56362D is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 54 45 -
CMYK 0 0.37 0.48 0.66
HSL 13.17º 0.31% 0.26% -
HSV(B) 13.17º 0.48% 0.34% -
XYZ 5.63 4.81 3.11 -
YUV 62.54 118.1 144.73 -
System Red Green Blue C M Y K H S L
Decimal 86 54 45 0 0.37 0.48 0.66 13.17 0.31 0.26
Hex 56 36 2D 0 25 30 42 D 1F 1A
Octal 126 66 55 0 45 60 102 15 37 32
Binary 1010110 110110 101101 0 100101 110000 1000010 1101 11111 11010

Color Harmonies of #56362D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56362D

Black with #56362D

Text Example


Text Example

White with #56362D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56362D; }

 p { color: rgb(86,54,45); }

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

background-color css

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

 a { background-color: rgb(86,54,45); }

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

border-color css

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

 span { border-color: rgb(86,54,45); }

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