Html Css Color HEX #9B5352 Copper Rust

📋 copy color: '#9B5352'

red 155 ◦ green 83 ◦ blue 82

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

Shades of Copper Rust #9B5352

Tints of Copper Rust #9B5352

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.94%

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

R = 48.44%
G = 25.94%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0.39

RGB Variations

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

Color information

#9B5352 (or 0x9B5352) is known color: Copper Rust. HEX triplet: 9B, 53 and 52. RGB value is (155,83,82). Sum of RGB (Red+Green+Blue) = 155+83+82=320 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.44% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 82 (32.42% from 255 or 25.62% from 320); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5352 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5352 is #64ACAD. Grayscale: #686868. Windows color (decimal): -6597806 or 5395355. OLE color: 5395355.

HSL color Cylindrical-coordinate representation of color #9B5352: hue angle of 0.82º 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 #9B5352 is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 83 82 -
CMYK 0 0.46 0.47 0.39
HSL 0.82º 0.31% 0.46% -
HSV(B) 0.82º 0.47% 0.61% -
XYZ 18.13 13.76 9.68 -
YUV 104.41 115.35 164.08 -
System Red Green Blue C M Y K H S L
Decimal 155 83 82 0 0.46 0.47 0.39 0.82 0.31 0.46
Hex 9B 53 52 0 2E 2F 27 1 1F 2E
Octal 233 123 122 0 56 57 47 1 37 56
Binary 10011011 1010011 1010010 0 101110 101111 100111 1 11111 101110

Color Harmonies of #9B5352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5352

Black with #9B5352

Text Example


Text Example

White with #9B5352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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