Html Css Color HEX #9B534B Copper Rust

📋 copy color: '#9B534B'

red 155 ◦ green 83 ◦ blue 75

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

Shades of Copper Rust #9B534B

Tints of Copper Rust #9B534B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.96%

R = 49.52%
G = 26.52%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.39

RGB Variations

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

Color information

#9B534B (or 0x9B534B) is known color: Copper Rust. HEX triplet: 9B, 53 and 4B. RGB value is (155,83,75). Sum of RGB (Red+Green+Blue) = 155+83+75=313 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.52% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 75 (29.69% from 255 or 23.96% from 313); Max value from RGB is 155 - color contains mainly: red. Hex color #9B534B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B534B is #64ACB4. Grayscale: #676767. Windows color (decimal): -6597813 or 4936603. OLE color: 4936603.

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

Color convert

RGB 155 83 75 -
CMYK 0 0.46 0.52 0.39
HSL 0.35% 0.45% -
HSV(B) 0.52% 0.61% -
XYZ 17.88 13.66 8.35 -
YUV 103.62 111.85 164.65 -
System Red Green Blue C M Y K H S L
Decimal 155 83 75 0 0.46 0.52 0.39 6 0.35 0.45
Hex 9B 53 4B 0 2E 34 27 6 23 2D
Octal 233 123 113 0 56 64 47 6 43 55
Binary 10011011 1010011 1001011 0 101110 110100 100111 110 100011 101101

Color Harmonies of #9B534B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B534B

Black with #9B534B

Text Example


Text Example

White with #9B534B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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