Html Css Color HEX #534124 Deep Bronze

📋 copy color: '#534124'

red 83 ◦ green 65 ◦ blue 36

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

Shades of Deep Bronze #534124

Tints of Deep Bronze #534124

RGB

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

 GREEN value IS 65 (25.78% from 255) = 35.33%

 BLUE value IS 36 (14.45% from 255) = 19.57%

R = 45.11%
G = 35.33%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.57

 K value IS 0.67

RGB Variations

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

Color information

#534124 (or 0x534124) is known color: Deep Bronze. HEX triplet: 53, 41 and 24. RGB value is (83,65,36). Sum of RGB (Red+Green+Blue) = 83+65+36=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 36 (14.45% from 255 or 19.57% from 184); Max value from RGB is 83 - color contains mainly: red. Hex color #534124 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534124 is #ACBEDB. Grayscale: #434343. Windows color (decimal): -11321052 or 2376019. OLE color: 2376019.

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

Color convert

RGB 83 65 36 -
CMYK 0 0.22 0.57 0.67
HSL 37.02º 0.39% 0.23% -
HSV(B) 37.02º 0.57% 0.33% -
XYZ 5.78 5.75 2.47 -
YUV 67.08 110.46 139.36 -
System Red Green Blue C M Y K H S L
Decimal 83 65 36 0 0.22 0.57 0.67 37.02 0.39 0.23
Hex 53 41 24 0 16 39 43 25 27 17
Octal 123 101 44 0 26 71 103 45 47 27
Binary 1010011 1000001 100100 0 10110 111001 1000011 100101 100111 10111

Color Harmonies of #534124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534124

Black with #534124

Text Example


Text Example

White with #534124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534124; }

 p { color: rgb(83,65,36); }

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

background-color css

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

 a { background-color: rgb(83,65,36); }

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

border-color css

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

 span { border-color: rgb(83,65,36); }

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