Html Css Color HEX #55362D Redwood

📋 copy color: '#55362D'

red 85 ◦ green 54 ◦ blue 45

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

Shades of Redwood #55362D

Tints of Redwood #55362D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 29.35%

 BLUE value IS 45 (17.97% from 255) = 24.46%

R = 46.2%
G = 29.35%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#55362D (or 0x55362D) is known color: Redwood. HEX triplet: 55, 36 and 2D. RGB value is (85,54,45). Sum of RGB (Red+Green+Blue) = 85+54+45=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 54 (21.48% from 255 or 29.35% from 184); Blue value is 45 (17.97% from 255 or 24.46% from 184); Max value from RGB is 85 - color contains mainly: red. Hex color #55362D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55362D is #AAC9D2. Grayscale: #3E3E3E. Windows color (decimal): -11192787 or 2963029. OLE color: 2963029.

HSL color Cylindrical-coordinate representation of color #55362D: hue angle of 13.5º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #55362D is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 54 45 -
CMYK 0 0.36 0.47 0.67
HSL 13.5º 0.31% 0.25% -
HSV(B) 13.5º 0.47% 0.33% -
XYZ 5.54 4.76 3.11 -
YUV 62.24 118.27 144.23 -
System Red Green Blue C M Y K H S L
Decimal 85 54 45 0 0.36 0.47 0.67 13.5 0.31 0.25
Hex 55 36 2D 0 24 2F 43 E 1F 19
Octal 125 66 55 0 44 57 103 16 37 31
Binary 1010101 110110 101101 0 100100 101111 1000011 1110 11111 11001

Color Harmonies of #55362D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55362D

Black with #55362D

Text Example


Text Example

White with #55362D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55362D; }

 p { color: rgb(85,54,45); }

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

background-color css

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

 a { background-color: rgb(85,54,45); }

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

border-color css

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

 span { border-color: rgb(85,54,45); }

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