Html Css Color HEX #9B5752 Copper Rust

📋 copy color: '#9B5752'

red 155 ◦ green 87 ◦ blue 82

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

Shades of Copper Rust #9B5752

Tints of Copper Rust #9B5752

RGB

 RED value IS 155 (60.94% from 255) = 47.84%

 GREEN value IS 87 (34.38% from 255) = 26.85%

 BLUE value IS 82 (32.42% from 255) = 25.31%

R = 47.84%
G = 26.85%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.47

 K value IS 0.39

RGB Variations

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

Color information

#9B5752 (or 0x9B5752) is known color: Copper Rust. HEX triplet: 9B, 57 and 52. RGB value is (155,87,82). Sum of RGB (Red+Green+Blue) = 155+87+82=324 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.84% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5752 is #64A8AD. Grayscale: #6A6A6A. Windows color (decimal): -6596782 or 5396379. OLE color: 5396379.

HSL color Cylindrical-coordinate representation of color #9B5752: hue angle of 4.11º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9B5752 is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 87 82 -
CMYK 0 0.44 0.47 0.39
HSL 4.11º 0.31% 0.46% -
HSV(B) 4.11º 0.47% 0.61% -
XYZ 18.45 14.39 9.79 -
YUV 106.76 114.03 162.41 -
System Red Green Blue C M Y K H S L
Decimal 155 87 82 0 0.44 0.47 0.39 4.11 0.31 0.46
Hex 9B 57 52 0 2C 2F 27 4 1F 2E
Octal 233 127 122 0 54 57 47 4 37 56
Binary 10011011 1010111 1010010 0 101100 101111 100111 100 11111 101110

Color Harmonies of #9B5752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5752

Black with #9B5752

Text Example


Text Example

White with #9B5752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B5752; }

 p { color: rgb(155,87,82); }

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

background-color css

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

 a { background-color: rgb(155,87,82); }

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

border-color css

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

 span { border-color: rgb(155,87,82); }

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