Html Css Color HEX #55332B Redwood

📋 copy color: '#55332B'

red 85 ◦ green 51 ◦ blue 43

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

Shades of Redwood #55332B

Tints of Redwood #55332B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.49%

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

R = 47.49%
G = 28.49%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#55332B (or 0x55332B) is known color: Redwood. HEX triplet: 55, 33 and 2B. RGB value is (85,51,43). Sum of RGB (Red+Green+Blue) = 85+51+43=179 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.49% from 179); Green value is 51 (20.31% from 255 or 28.49% from 179); Blue value is 43 (17.19% from 255 or 24.02% from 179); Max value from RGB is 85 - color contains mainly: red. Hex color #55332B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55332B is #AACCD4. Grayscale: #3C3C3C. Windows color (decimal): -11193557 or 2831189. OLE color: 2831189.

HSL color Cylindrical-coordinate representation of color #55332B: hue angle of 11.43º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #55332B is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 51 43 -
CMYK 0 0.40 0.49 0.67
HSL 11.43º 0.33% 0.25% -
HSV(B) 11.43º 0.49% 0.33% -
XYZ 5.37 4.47 2.87 -
YUV 60.25 118.26 145.65 -
System Red Green Blue C M Y K H S L
Decimal 85 51 43 0 0.40 0.49 0.67 11.43 0.33 0.25
Hex 55 33 2B 0 28 31 43 B 21 19
Octal 125 63 53 0 50 61 103 13 41 31
Binary 1010101 110011 101011 0 101000 110001 1000011 1011 100001 11001

Color Harmonies of #55332B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55332B

Black with #55332B

Text Example


Text Example

White with #55332B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,51,43); }

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

background-color css

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

 a { background-color: rgb(85,51,43); }

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

border-color css

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

 span { border-color: rgb(85,51,43); }

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