Html Css Color HEX #55372F Redwood

📋 copy color: '#55372F'

red 85 ◦ green 55 ◦ blue 47

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

Shades of Redwood #55372F

Tints of Redwood #55372F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 29.41%

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

R = 45.45%
G = 29.41%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#55372F (or 0x55372F) is known color: Redwood. HEX triplet: 55, 37 and 2F. RGB value is (85,55,47). Sum of RGB (Red+Green+Blue) = 85+55+47=187 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.45% from 187); Green value is 55 (21.88% from 255 or 29.41% from 187); Blue value is 47 (18.75% from 255 or 25.13% from 187); Max value from RGB is 85 - color contains mainly: red. Hex color #55372F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55372F is #AAC8D0. Grayscale: #3F3F3F. Windows color (decimal): -11192529 or 3094357. OLE color: 3094357.

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

Color convert

RGB 85 55 47 -
CMYK 0 0.35 0.45 0.67
HSL 12.63º 0.29% 0.26% -
HSV(B) 12.63º 0.45% 0.33% -
XYZ 5.63 4.87 3.33 -
YUV 63.06 118.94 143.65 -
System Red Green Blue C M Y K H S L
Decimal 85 55 47 0 0.35 0.45 0.67 12.63 0.29 0.26
Hex 55 37 2F 0 23 2D 43 D 1D 1A
Octal 125 67 57 0 43 55 103 15 35 32
Binary 1010101 110111 101111 0 100011 101101 1000011 1101 11101 11010

Color Harmonies of #55372F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55372F

Black with #55372F

Text Example


Text Example

White with #55372F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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