Html Css Color HEX #9B5452 Copper Rust

📋 copy color: '#9B5452'

red 155 ◦ green 84 ◦ blue 82

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

Shades of Copper Rust #9B5452

Tints of Copper Rust #9B5452

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.17%

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

R = 48.29%
G = 26.17%
B = 25.55%

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

#9B5452 (or 0x9B5452) is known color: Copper Rust. HEX triplet: 9B, 54 and 52. RGB value is (155,84,82). Sum of RGB (Red+Green+Blue) = 155+84+82=321 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.29% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 82 (32.42% from 255 or 25.55% from 321); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5452 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5452 is #64ABAD. Grayscale: #696969. Windows color (decimal): -6597550 or 5395611. OLE color: 5395611.

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

Color convert

RGB 155 84 82 -
CMYK 0 0.46 0.47 0.39
HSL 1.64º 0.31% 0.46% -
HSV(B) 1.64º 0.47% 0.61% -
XYZ 18.21 13.92 9.71 -
YUV 105 115.02 163.66 -
System Red Green Blue C M Y K H S L
Decimal 155 84 82 0 0.46 0.47 0.39 1.64 0.31 0.46
Hex 9B 54 52 0 2E 2F 27 2 1F 2E
Octal 233 124 122 0 56 57 47 2 37 56
Binary 10011011 1010100 1010010 0 101110 101111 100111 10 11111 101110

Color Harmonies of #9B5452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5452

Black with #9B5452

Text Example


Text Example

White with #9B5452

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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