Html Css Color HEX #553531 Redwood

📋 copy color: '#553531'

red 85 ◦ green 53 ◦ blue 49

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

Shades of Redwood #553531

Tints of Redwood #553531

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.34%

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

R = 45.45%
G = 28.34%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#553531 (or 0x553531) is known color: Redwood. HEX triplet: 55, 35 and 31. RGB value is (85,53,49). Sum of RGB (Red+Green+Blue) = 85+53+49=187 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.45% from 187); Green value is 53 (21.09% from 255 or 28.34% from 187); Blue value is 49 (19.53% from 255 or 26.20% from 187); Max value from RGB is 85 - color contains mainly: red. Hex color #553531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553531 is #AACACE. Grayscale: #3E3E3E. Windows color (decimal): -11193039 or 3224917. OLE color: 3224917.

HSL color Cylindrical-coordinate representation of color #553531: hue angle of 6.67º 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 #553531 is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 53 49 -
CMYK 0 0.38 0.42 0.67
HSL 6.67º 0.27% 0.26% -
HSV(B) 6.67º 0.42% 0.33% -
XYZ 5.57 4.7 3.52 -
YUV 62.11 120.6 144.33 -
System Red Green Blue C M Y K H S L
Decimal 85 53 49 0 0.38 0.42 0.67 6.67 0.27 0.26
Hex 55 35 31 0 26 2A 43 7 1B 1A
Octal 125 65 61 0 46 52 103 7 33 32
Binary 1010101 110101 110001 0 100110 101010 1000011 111 11011 11010

Color Harmonies of #553531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553531

Black with #553531

Text Example


Text Example

White with #553531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553531; }

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

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

background-color css

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

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

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

border-color css

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

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

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