Html Css Color HEX #9B534E Copper Rust

📋 copy color: '#9B534E'

red 155 ◦ green 83 ◦ blue 78

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

Shades of Copper Rust #9B534E

Tints of Copper Rust #9B534E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 24.68%

R = 49.05%
G = 26.27%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.39

RGB Variations

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

Color information

#9B534E (or 0x9B534E) is known color: Copper Rust. HEX triplet: 9B, 53 and 4E. RGB value is (155,83,78). Sum of RGB (Red+Green+Blue) = 155+83+78=316 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.05% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 78 (30.86% from 255 or 24.68% from 316); Max value from RGB is 155 - color contains mainly: red. Hex color #9B534E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B534E is #64ACB1. Grayscale: #686868. Windows color (decimal): -6597810 or 5133211. OLE color: 5133211.

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

Color convert

RGB 155 83 78 -
CMYK 0 0.46 0.50 0.39
HSL 3.9º 0.33% 0.46% -
HSV(B) 3.9º 0.5% 0.61% -
XYZ 17.99 13.71 8.91 -
YUV 103.96 113.35 164.41 -
System Red Green Blue C M Y K H S L
Decimal 155 83 78 0 0.46 0.50 0.39 3.9 0.33 0.46
Hex 9B 53 4E 0 2E 32 27 4 21 2E
Octal 233 123 116 0 56 62 47 4 41 56
Binary 10011011 1010011 1001110 0 101110 110010 100111 100 100001 101110

Color Harmonies of #9B534E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B534E

Black with #9B534E

Text Example


Text Example

White with #9B534E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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