Html Css Color HEX #534928 Bronze Olive

📋 copy color: '#534928'

red 83 ◦ green 73 ◦ blue 40

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

Shades of Bronze Olive #534928

Tints of Bronze Olive #534928

RGB

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

 GREEN value IS 73 (28.91% from 255) = 37.24%

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

R = 42.35%
G = 37.24%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#534928 (or 0x534928) is known color: Bronze Olive. HEX triplet: 53, 49 and 28. RGB value is (83,73,40). Sum of RGB (Red+Green+Blue) = 83+73+40=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 73 (28.91% from 255 or 37.24% from 196); Blue value is 40 (16.02% from 255 or 20.41% from 196); Max value from RGB is 83 - color contains mainly: red. Hex color #534928 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534928 is #ACB6D7. Grayscale: #484848. Windows color (decimal): -11319000 or 2640211. OLE color: 2640211.

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

Color convert

RGB 83 73 40 -
CMYK 0 0.12 0.52 0.67
HSL 46.05º 0.35% 0.24% -
HSV(B) 46.05º 0.52% 0.33% -
XYZ 6.33 6.76 2.98 -
YUV 72.23 109.81 135.68 -
System Red Green Blue C M Y K H S L
Decimal 83 73 40 0 0.12 0.52 0.67 46.05 0.35 0.24
Hex 53 49 28 0 C 34 43 2E 23 18
Octal 123 111 50 0 14 64 103 56 43 30
Binary 1010011 1001001 101000 0 1100 110100 1000011 101110 100011 11000

Color Harmonies of #534928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534928

Black with #534928

Text Example


Text Example

White with #534928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534928; }

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

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

background-color css

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

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

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

border-color css

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

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

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