Html Css Color HEX #55362F Redwood

📋 copy color: '#55362F'

red 85 ◦ green 54 ◦ blue 47

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

Shades of Redwood #55362F

Tints of Redwood #55362F

RGB

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

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

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

R = 45.7%
G = 29.03%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#55362F (or 0x55362F) is known color: Redwood. HEX triplet: 55, 36 and 2F. RGB value is (85,54,47). Sum of RGB (Red+Green+Blue) = 85+54+47=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 54 (21.48% from 255 or 29.03% from 186); Blue value is 47 (18.75% from 255 or 25.27% from 186); Max value from RGB is 85 - color contains mainly: red. Hex color #55362F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55362F is #AAC9D0. Grayscale: #3E3E3E. Windows color (decimal): -11192785 or 3094101. OLE color: 3094101.

HSL color Cylindrical-coordinate representation of color #55362F: hue angle of 11.05º 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 #55362F is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 54 47 -
CMYK 0 0.36 0.45 0.67
HSL 11.05º 0.29% 0.26% -
HSV(B) 11.05º 0.45% 0.33% -
XYZ 5.58 4.77 3.32 -
YUV 62.47 119.27 144.07 -
System Red Green Blue C M Y K H S L
Decimal 85 54 47 0 0.36 0.45 0.67 11.05 0.29 0.26
Hex 55 36 2F 0 24 2D 43 B 1D 1A
Octal 125 66 57 0 44 55 103 13 35 32
Binary 1010101 110110 101111 0 100100 101101 1000011 1011 11101 11010

Color Harmonies of #55362F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55362F

Black with #55362F

Text Example


Text Example

White with #55362F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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