Html Css Color HEX #534224 Deep Bronze

📋 copy color: '#534224'

red 83 ◦ green 66 ◦ blue 36

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

Shades of Deep Bronze #534224

Tints of Deep Bronze #534224

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.68%

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

R = 44.86%
G = 35.68%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.57

 K value IS 0.67

RGB Variations

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

Color information

#534224 (or 0x534224) is known color: Deep Bronze. HEX triplet: 53, 42 and 24. RGB value is (83,66,36). Sum of RGB (Red+Green+Blue) = 83+66+36=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 36 (14.45% from 255 or 19.46% from 185); Max value from RGB is 83 - color contains mainly: red. Hex color #534224 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534224 is #ACBDDB. Grayscale: #434343. Windows color (decimal): -11320796 or 2376275. OLE color: 2376275.

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

Color convert

RGB 83 66 36 -
CMYK 0 0.20 0.57 0.67
HSL 38.3º 0.39% 0.23% -
HSV(B) 38.3º 0.57% 0.33% -
XYZ 5.83 5.86 2.49 -
YUV 67.66 110.13 138.94 -
System Red Green Blue C M Y K H S L
Decimal 83 66 36 0 0.20 0.57 0.67 38.3 0.39 0.23
Hex 53 42 24 0 14 39 43 26 27 17
Octal 123 102 44 0 24 71 103 46 47 27
Binary 1010011 1000010 100100 0 10100 111001 1000011 100110 100111 10111

Color Harmonies of #534224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534224

Black with #534224

Text Example


Text Example

White with #534224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534224; }

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

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

background-color css

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

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

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

border-color css

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

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

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