Html Css Color HEX #534828 Bronze Olive

📋 copy color: '#534828'

red 83 ◦ green 72 ◦ blue 40

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

Shades of Bronze Olive #534828

Tints of Bronze Olive #534828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 20.51%

R = 42.56%
G = 36.92%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#534828 (or 0x534828) is known color: Bronze Olive. HEX triplet: 53, 48 and 28. RGB value is (83,72,40). Sum of RGB (Red+Green+Blue) = 83+72+40=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 72 (28.52% from 255 or 36.92% from 195); Blue value is 40 (16.02% from 255 or 20.51% from 195); Max value from RGB is 83 - color contains mainly: red. Hex color #534828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534828 is #ACB7D7. Grayscale: #474747. Windows color (decimal): -11319256 or 2639955. OLE color: 2639955.

HSL color Cylindrical-coordinate representation of color #534828: hue angle of 44.65º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #534828 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 72 40 -
CMYK 0 0.13 0.52 0.67
HSL 44.65º 0.35% 0.24% -
HSV(B) 44.65º 0.52% 0.33% -
XYZ 6.27 6.63 2.96 -
YUV 71.64 110.14 136.1 -
System Red Green Blue C M Y K H S L
Decimal 83 72 40 0 0.13 0.52 0.67 44.65 0.35 0.24
Hex 53 48 28 0 D 34 43 2D 23 18
Octal 123 110 50 0 15 64 103 55 43 30
Binary 1010011 1001000 101000 0 1101 110100 1000011 101101 100011 11000

Color Harmonies of #534828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534828

Black with #534828

Text Example


Text Example

White with #534828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534828; }

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

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

background-color css

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

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

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

border-color css

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

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

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