Html Css Color HEX #553227 Redwood

📋 copy color: '#553227'

red 85 ◦ green 50 ◦ blue 39

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

Shades of Redwood #553227

Tints of Redwood #553227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 22.41%

R = 48.85%
G = 28.74%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#553227 (or 0x553227) is known color: Redwood. HEX triplet: 55, 32 and 27. RGB value is (85,50,39). Sum of RGB (Red+Green+Blue) = 85+50+39=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 50 (19.92% from 255 or 28.74% from 174); Blue value is 39 (15.62% from 255 or 22.41% from 174); Max value from RGB is 85 - color contains mainly: red. Hex color #553227 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553227 is #AACDD8. Grayscale: #3B3B3B. Windows color (decimal): -11193817 or 2568789. OLE color: 2568789.

HSL color Cylindrical-coordinate representation of color #553227: hue angle of 14.35º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #553227 is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 50 39 -
CMYK 0 0.41 0.54 0.67
HSL 14.35º 0.37% 0.24% -
HSV(B) 14.35º 0.54% 0.33% -
XYZ 5.25 4.36 2.48 -
YUV 59.21 116.6 146.39 -
System Red Green Blue C M Y K H S L
Decimal 85 50 39 0 0.41 0.54 0.67 14.35 0.37 0.24
Hex 55 32 27 0 29 36 43 E 25 18
Octal 125 62 47 0 51 66 103 16 45 30
Binary 1010101 110010 100111 0 101001 110110 1000011 1110 100101 11000

Color Harmonies of #553227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553227

Black with #553227

Text Example


Text Example

White with #553227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553227; }

 p { color: rgb(85,50,39); }

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

background-color css

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

 a { background-color: rgb(85,50,39); }

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

border-color css

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

 span { border-color: rgb(85,50,39); }

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