Html Css Color HEX #553631 Redwood

📋 copy color: '#553631'

red 85 ◦ green 54 ◦ blue 49

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

Shades of Redwood #553631

Tints of Redwood #553631

RGB

 RED value IS 85 (33.59% from 255) = 45.21%

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

 BLUE value IS 49 (19.53% from 255) = 26.06%

R = 45.21%
G = 28.72%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#553631 (or 0x553631) is known color: Redwood. HEX triplet: 55, 36 and 31. RGB value is (85,54,49). Sum of RGB (Red+Green+Blue) = 85+54+49=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 54 (21.48% from 255 or 28.72% from 188); Blue value is 49 (19.53% from 255 or 26.06% from 188); Max value from RGB is 85 - color contains mainly: red. Hex color #553631 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553631 is #AAC9CE. Grayscale: #3E3E3E. Windows color (decimal): -11192783 or 3225173. OLE color: 3225173.

HSL color Cylindrical-coordinate representation of color #553631: hue angle of 8.33º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #553631 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 54 49 -
CMYK 0 0.36 0.42 0.67
HSL 8.33º 0.27% 0.26% -
HSV(B) 8.33º 0.42% 0.33% -
XYZ 5.62 4.79 3.53 -
YUV 62.7 120.27 143.91 -
System Red Green Blue C M Y K H S L
Decimal 85 54 49 0 0.36 0.42 0.67 8.33 0.27 0.26
Hex 55 36 31 0 24 2A 43 8 1B 1A
Octal 125 66 61 0 44 52 103 10 33 32
Binary 1010101 110110 110001 0 100100 101010 1000011 1000 11011 11010

Color Harmonies of #553631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553631

Black with #553631

Text Example


Text Example

White with #553631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553631; }

 p { color: rgb(85,54,49); }

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

background-color css

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

 a { background-color: rgb(85,54,49); }

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

border-color css

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

 span { border-color: rgb(85,54,49); }

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