Html Css Color HEX #534434 Deep Bronze

📋 copy color: '#534434'

red 83 ◦ green 68 ◦ blue 52

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

Shades of Deep Bronze #534434

Tints of Deep Bronze #534434

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.5%

 BLUE value IS 52 (20.7% from 255) = 25.62%

R = 40.89%
G = 33.5%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.37

 K value IS 0.67

RGB Variations

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

Color information

#534434 (or 0x534434) is known color: Deep Bronze. HEX triplet: 53, 44 and 34. RGB value is (83,68,52). Sum of RGB (Red+Green+Blue) = 83+68+52=203 (26% of max value = 765). Red value is 83 (32.81% from 255 or 40.89% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 52 (20.70% from 255 or 25.62% from 203); Max value from RGB is 83 - color contains mainly: red. Hex color #534434 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534434 is #ACBBCB. Grayscale: #464646. Windows color (decimal): -11320268 or 3425363. OLE color: 3425363.

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

Color convert

RGB 83 68 52 -
CMYK 0 0.18 0.37 0.67
HSL 30.97º 0.23% 0.26% -
HSV(B) 30.97º 0.37% 0.33% -
XYZ 6.25 6.22 4.12 -
YUV 70.66 117.47 136.8 -
System Red Green Blue C M Y K H S L
Decimal 83 68 52 0 0.18 0.37 0.67 30.97 0.23 0.26
Hex 53 44 34 0 12 25 43 1F 17 1A
Octal 123 104 64 0 22 45 103 37 27 32
Binary 1010011 1000100 110100 0 10010 100101 1000011 11111 10111 11010

Color Harmonies of #534434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534434

Black with #534434

Text Example


Text Example

White with #534434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534434; }

 p { color: rgb(83,68,52); }

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

background-color css

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

 a { background-color: rgb(83,68,52); }

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

border-color css

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

 span { border-color: rgb(83,68,52); }

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