Html Css Color HEX #534324 Deep Bronze

📋 copy color: '#534324'

red 83 ◦ green 67 ◦ blue 36

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

Shades of Deep Bronze #534324

Tints of Deep Bronze #534324

RGB

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

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

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

R = 44.62%
G = 36.02%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.67

RGB Variations

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

Color information

#534324 (or 0x534324) is known color: Deep Bronze. HEX triplet: 53, 43 and 24. RGB value is (83,67,36). Sum of RGB (Red+Green+Blue) = 83+67+36=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 67 (26.56% from 255 or 36.02% from 186); Blue value is 36 (14.45% from 255 or 19.35% from 186); Max value from RGB is 83 - color contains mainly: red. Hex color #534324 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534324 is #ACBCDB. Grayscale: #444444. Windows color (decimal): -11320540 or 2376531. OLE color: 2376531.

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

Color convert

RGB 83 67 36 -
CMYK 0 0.19 0.57 0.67
HSL 39.57º 0.39% 0.23% -
HSV(B) 39.57º 0.57% 0.33% -
XYZ 5.89 5.98 2.51 -
YUV 68.25 109.8 138.52 -
System Red Green Blue C M Y K H S L
Decimal 83 67 36 0 0.19 0.57 0.67 39.57 0.39 0.23
Hex 53 43 24 0 13 39 43 28 27 17
Octal 123 103 44 0 23 71 103 50 47 27
Binary 1010011 1000011 100100 0 10011 111001 1000011 101000 100111 10111

Color Harmonies of #534324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534324

Black with #534324

Text Example


Text Example

White with #534324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534324; }

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

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

background-color css

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

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

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

border-color css

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

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

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