Html Css Color HEX #534531 Deep Bronze

📋 copy color: '#534531'

red 83 ◦ green 69 ◦ blue 49

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

Shades of Deep Bronze #534531

Tints of Deep Bronze #534531

RGB

 RED value IS 83 (32.81% from 255) = 41.29%

 GREEN value IS 69 (27.34% from 255) = 34.33%

 BLUE value IS 49 (19.53% from 255) = 24.38%

R = 41.29%
G = 34.33%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#534531 (or 0x534531) is known color: Deep Bronze. HEX triplet: 53, 45 and 31. RGB value is (83,69,49). Sum of RGB (Red+Green+Blue) = 83+69+49=201 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.29% from 201); Green value is 69 (27.34% from 255 or 34.33% from 201); Blue value is 49 (19.53% from 255 or 24.38% from 201); Max value from RGB is 83 - color contains mainly: red. Hex color #534531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534531 is #ACBACE. Grayscale: #474747. Windows color (decimal): -11320015 or 3229011. OLE color: 3229011.

HSL color Cylindrical-coordinate representation of color #534531: hue angle of 35.29º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #534531 is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 69 49 -
CMYK 0 0.17 0.41 0.67
HSL 35.29º 0.26% 0.26% -
HSV(B) 35.29º 0.41% 0.33% -
XYZ 6.25 6.32 3.8 -
YUV 70.91 115.64 136.63 -
System Red Green Blue C M Y K H S L
Decimal 83 69 49 0 0.17 0.41 0.67 35.29 0.26 0.26
Hex 53 45 31 0 11 29 43 23 1A 1A
Octal 123 105 61 0 21 51 103 43 32 32
Binary 1010011 1000101 110001 0 10001 101001 1000011 100011 11010 11010

Color Harmonies of #534531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534531

Black with #534531

Text Example


Text Example

White with #534531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534531; }

 p { color: rgb(83,69,49); }

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

background-color css

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

 a { background-color: rgb(83,69,49); }

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

border-color css

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

 span { border-color: rgb(83,69,49); }

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