Html Css Color HEX #534020 Deep Bronze

📋 copy color: '#534020'

red 83 ◦ green 64 ◦ blue 32

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

Shades of Deep Bronze #534020

Tints of Deep Bronze #534020

RGB

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

 GREEN value IS 64 (25.39% from 255) = 35.75%

 BLUE value IS 32 (12.89% from 255) = 17.88%

R = 46.37%
G = 35.75%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#534020 (or 0x534020) is known color: Deep Bronze. HEX triplet: 53, 40 and 20. RGB value is (83,64,32). Sum of RGB (Red+Green+Blue) = 83+64+32=179 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.37% from 179); Green value is 64 (25.39% from 255 or 35.75% from 179); Blue value is 32 (12.89% from 255 or 17.88% from 179); Max value from RGB is 83 - color contains mainly: red. Hex color #534020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534020 is #ACBFDF. Grayscale: #424242. Windows color (decimal): -11321312 or 2113619. OLE color: 2113619.

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

Color convert

RGB 83 64 32 -
CMYK 0 0.23 0.61 0.67
HSL 37.65º 0.44% 0.23% -
HSV(B) 37.65º 0.61% 0.33% -
XYZ 5.66 5.61 2.15 -
YUV 66.03 108.79 140.1 -
System Red Green Blue C M Y K H S L
Decimal 83 64 32 0 0.23 0.61 0.67 37.65 0.44 0.23
Hex 53 40 20 0 17 3D 43 26 2C 17
Octal 123 100 40 0 27 75 103 46 54 27
Binary 1010011 1000000 100000 0 10111 111101 1000011 100110 101100 10111

Color Harmonies of #534020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534020

Black with #534020

Text Example


Text Example

White with #534020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534020; }

 p { color: rgb(83,64,32); }

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

background-color css

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

 a { background-color: rgb(83,64,32); }

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

border-color css

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

 span { border-color: rgb(83,64,32); }

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