Html Css Color HEX #48514F Corduroy

📋 copy color: '#48514F'

red 72 ◦ green 81 ◦ blue 79

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

Shades of Corduroy #48514F

Tints of Corduroy #48514F

RGB

 RED value IS 72 (28.52% from 255) = 31.03%

 GREEN value IS 81 (32.03% from 255) = 34.91%

 BLUE value IS 79 (31.25% from 255) = 34.05%

R = 31.03%
G = 34.91%
B = 34.05%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.02

 K value IS 0.68

RGB Variations

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

Color information

#48514F (or 0x48514F) is known color: Corduroy. HEX triplet: 48, 51 and 4F. RGB value is (72,81,79). Sum of RGB (Red+Green+Blue) = 72+81+79=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 81 (32.03% from 255 or 34.91% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 81 - color contains mainly: green. Hex color #48514F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48514F is #B7AEB0. Grayscale: #4E4E4E. Windows color (decimal): -12037809 or 5198152. OLE color: 5198152.

HSL color Cylindrical-coordinate representation of color #48514F: hue angle of 166.67º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #48514F is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.

Color convert

RGB 72 81 79 -
CMYK 0.11 0 0.02 0.68
HSL 166.67º 0.06% 0.3% -
HSV(B) 166.67º 0.11% 0.32% -
XYZ 7.03 7.83 8.54 -
YUV 78.08 128.52 123.66 -
System Red Green Blue C M Y K H S L
Decimal 72 81 79 0.11 0 0.02 0.68 166.67 0.06 0.3
Hex 48 51 4F B 0 2 44 A7 6 1E
Octal 110 121 117 13 0 2 104 247 6 36
Binary 1001000 1010001 1001111 1011 0 10 1000100 10100111 110 11110

Color Harmonies of #48514F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48514F

Black with #48514F

Text Example


Text Example

White with #48514F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,81,79); }

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

background-color css

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

 a { background-color: rgb(72,81,79); }

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

border-color css

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

 span { border-color: rgb(72,81,79); }

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