Html Css Color HEX #534820 Bronze Olive

📋 copy color: '#534820'

red 83 ◦ green 72 ◦ blue 32

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

Shades of Bronze Olive #534820

Tints of Bronze Olive #534820

RGB

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

 GREEN value IS 72 (28.52% from 255) = 38.5%

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

R = 44.39%
G = 38.5%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#534820 (or 0x534820) is known color: Bronze Olive. HEX triplet: 53, 48 and 20. RGB value is (83,72,32). Sum of RGB (Red+Green+Blue) = 83+72+32=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 32 (12.89% from 255 or 17.11% from 187); Max value from RGB is 83 - color contains mainly: red. Hex color #534820 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534820 is #ACB7DF. Grayscale: #464646. Windows color (decimal): -11319264 or 2115667. OLE color: 2115667.

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

Color convert

RGB 83 72 32 -
CMYK 0 0.13 0.61 0.67
HSL 47.06º 0.44% 0.23% -
HSV(B) 47.06º 0.61% 0.33% -
XYZ 6.15 6.58 2.31 -
YUV 70.73 106.14 136.75 -
System Red Green Blue C M Y K H S L
Decimal 83 72 32 0 0.13 0.61 0.67 47.06 0.44 0.23
Hex 53 48 20 0 D 3D 43 2F 2C 17
Octal 123 110 40 0 15 75 103 57 54 27
Binary 1010011 1001000 100000 0 1101 111101 1000011 101111 101100 10111

Color Harmonies of #534820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534820

Black with #534820

Text Example


Text Example

White with #534820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534820; }

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

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

background-color css

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

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

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

border-color css

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

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

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