Html Css Color HEX #445551 Corduroy

📋 copy color: '#445551'

red 68 ◦ green 85 ◦ blue 81

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

Shades of Corduroy #445551

Tints of Corduroy #445551

RGB

 RED value IS 68 (26.95% from 255) = 29.06%

 GREEN value IS 85 (33.59% from 255) = 36.32%

 BLUE value IS 81 (32.03% from 255) = 34.62%

R = 29.06%
G = 36.32%
B = 34.62%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#445551 (or 0x445551) is known color: Corduroy. HEX triplet: 44, 55 and 51. RGB value is (68,85,81). Sum of RGB (Red+Green+Blue) = 68+85+81=234 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.06% from 234); Green value is 85 (33.59% from 255 or 36.32% from 234); Blue value is 81 (32.03% from 255 or 34.62% from 234); Max value from RGB is 85 - color contains mainly: green. Hex color #445551 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445551 is #BBAAAE. Grayscale: #4F4F4F. Windows color (decimal): -12298927 or 5330244. OLE color: 5330244.

HSL color Cylindrical-coordinate representation of color #445551: hue angle of 165.88º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #445551 is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB 68 85 81 -
CMYK 0.20 0 0.05 0.67
HSL 165.88º 0.11% 0.3% -
HSV(B) 165.88º 0.2% 0.33% -
XYZ 7.12 8.32 9.02 -
YUV 79.46 128.87 119.83 -
System Red Green Blue C M Y K H S L
Decimal 68 85 81 0.20 0 0.05 0.67 165.88 0.11 0.3
Hex 44 55 51 14 0 5 43 A6 B 1E
Octal 104 125 121 24 0 5 103 246 13 36
Binary 1000100 1010101 1010001 10100 0 101 1000011 10100110 1011 11110

Color Harmonies of #445551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445551

Black with #445551

Text Example


Text Example

White with #445551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445551; }

 p { color: rgb(68,85,81); }

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

background-color css

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

 a { background-color: rgb(68,85,81); }

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

border-color css

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

 span { border-color: rgb(68,85,81); }

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