Html Css Color HEX #55342F Redwood

📋 copy color: '#55342F'

red 85 ◦ green 52 ◦ blue 47

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

Shades of Redwood #55342F

Tints of Redwood #55342F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 25.54%

R = 46.2%
G = 28.26%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#55342F (or 0x55342F) is known color: Redwood. HEX triplet: 55, 34 and 2F. RGB value is (85,52,47). Sum of RGB (Red+Green+Blue) = 85+52+47=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 52 (20.70% from 255 or 28.26% from 184); Blue value is 47 (18.75% from 255 or 25.54% from 184); Max value from RGB is 85 - color contains mainly: red. Hex color #55342F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55342F is #AACBD0. Grayscale: #3D3D3D. Windows color (decimal): -11193297 or 3093589. OLE color: 3093589.

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

Color convert

RGB 85 52 47 -
CMYK 0 0.39 0.45 0.67
HSL 7.89º 0.29% 0.26% -
HSV(B) 7.89º 0.45% 0.33% -
XYZ 5.49 4.59 3.29 -
YUV 61.3 119.93 144.91 -
System Red Green Blue C M Y K H S L
Decimal 85 52 47 0 0.39 0.45 0.67 7.89 0.29 0.26
Hex 55 34 2F 0 27 2D 43 8 1D 1A
Octal 125 64 57 0 47 55 103 10 35 32
Binary 1010101 110100 101111 0 100111 101101 1000011 1000 11101 11010

Color Harmonies of #55342F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55342F

Black with #55342F

Text Example


Text Example

White with #55342F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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