Html Css Color HEX #55342C Redwood

📋 copy color: '#55342C'

red 85 ◦ green 52 ◦ blue 44

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

Shades of Redwood #55342C

Tints of Redwood #55342C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 28.73%

 BLUE value IS 44 (17.58% from 255) = 24.31%

R = 46.96%
G = 28.73%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#55342C (or 0x55342C) is known color: Redwood. HEX triplet: 55, 34 and 2C. RGB value is (85,52,44). Sum of RGB (Red+Green+Blue) = 85+52+44=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 52 (20.70% from 255 or 28.73% from 181); Blue value is 44 (17.58% from 255 or 24.31% from 181); Max value from RGB is 85 - color contains mainly: red. Hex color #55342C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55342C is #AACBD3. Grayscale: #3D3D3D. Windows color (decimal): -11193300 or 2896981. OLE color: 2896981.

HSL color Cylindrical-coordinate representation of color #55342C: hue angle of 11.71º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #55342C is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 52 44 -
CMYK 0 0.39 0.48 0.67
HSL 11.71º 0.32% 0.25% -
HSV(B) 11.71º 0.48% 0.33% -
XYZ 5.43 4.57 2.98 -
YUV 60.96 118.43 145.15 -
System Red Green Blue C M Y K H S L
Decimal 85 52 44 0 0.39 0.48 0.67 11.71 0.32 0.25
Hex 55 34 2C 0 27 30 43 C 20 19
Octal 125 64 54 0 47 60 103 14 40 31
Binary 1010101 110100 101100 0 100111 110000 1000011 1100 100000 11001

Color Harmonies of #55342C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55342C

Black with #55342C

Text Example


Text Example

White with #55342C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55342C; }

 p { color: rgb(85,52,44); }

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

background-color css

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

 a { background-color: rgb(85,52,44); }

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

border-color css

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

 span { border-color: rgb(85,52,44); }

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