Html Css Color HEX #95523C Rope

📋 copy color: '#95523C'

red 149 ◦ green 82 ◦ blue 60

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

Shades of Rope #95523C

Tints of Rope #95523C

RGB

 RED value IS 149 (58.59% from 255) = 51.2%

 GREEN value IS 82 (32.42% from 255) = 28.18%

 BLUE value IS 60 (23.83% from 255) = 20.62%

R = 51.2%
G = 28.18%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#95523C (or 0x95523C) is known color: Rope. HEX triplet: 95, 52 and 3C. RGB value is (149,82,60). Sum of RGB (Red+Green+Blue) = 149+82+60=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 60 (23.83% from 255 or 20.62% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #95523C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95523C is #6AADC3. Grayscale: #636363. Windows color (decimal): -6991300 or 3953301. OLE color: 3953301.

HSL color Cylindrical-coordinate representation of color #95523C: hue angle of 14.83º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #95523C is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 82 60 -
CMYK 0 0.45 0.60 0.42
HSL 14.83º 0.43% 0.41% -
HSV(B) 14.83º 0.6% 0.58% -
XYZ 16.23 12.75 5.88 -
YUV 99.53 105.7 163.29 -
System Red Green Blue C M Y K H S L
Decimal 149 82 60 0 0.45 0.60 0.42 14.83 0.43 0.41
Hex 95 52 3C 0 2D 3C 2A F 2B 29
Octal 225 122 74 0 55 74 52 17 53 51
Binary 10010101 1010010 111100 0 101101 111100 101010 1111 101011 101001

Color Harmonies of #95523C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95523C

Black with #95523C

Text Example


Text Example

White with #95523C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95523C; }

 p { color: rgb(149,82,60); }

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

background-color css

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

 a { background-color: rgb(149,82,60); }

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

border-color css

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

 span { border-color: rgb(149,82,60); }

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