Html Css Color HEX #534331 Deep Bronze

📋 copy color: '#534331'

red 83 ◦ green 67 ◦ blue 49

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

Shades of Deep Bronze #534331

Tints of Deep Bronze #534331

RGB

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

 GREEN value IS 67 (26.56% from 255) = 33.67%

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

R = 41.71%
G = 33.67%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#534331 (or 0x534331) is known color: Deep Bronze. HEX triplet: 53, 43 and 31. RGB value is (83,67,49). Sum of RGB (Red+Green+Blue) = 83+67+49=199 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.71% from 199); Green value is 67 (26.56% from 255 or 33.67% from 199); Blue value is 49 (19.53% from 255 or 24.62% from 199); Max value from RGB is 83 - color contains mainly: red. Hex color #534331 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534331 is #ACBCCE. Grayscale: #454545. Windows color (decimal): -11320527 or 3228499. OLE color: 3228499.

HSL color Cylindrical-coordinate representation of color #534331: hue angle of 31.76º 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 #534331 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 67 49 -
CMYK 0 0.19 0.41 0.67
HSL 31.76º 0.26% 0.26% -
HSV(B) 31.76º 0.41% 0.33% -
XYZ 6.13 6.08 3.76 -
YUV 69.73 116.3 137.46 -
System Red Green Blue C M Y K H S L
Decimal 83 67 49 0 0.19 0.41 0.67 31.76 0.26 0.26
Hex 53 43 31 0 13 29 43 20 1A 1A
Octal 123 103 61 0 23 51 103 40 32 32
Binary 1010011 1000011 110001 0 10011 101001 1000011 100000 11010 11010

Color Harmonies of #534331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534331

Black with #534331

Text Example


Text Example

White with #534331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534331; }

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

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

background-color css

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

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

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

border-color css

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

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

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