Html Css Color HEX #534800 Bronze Olive

📋 copy color: '#534800'

red 83 ◦ green 72 ◦ blue 0

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

Shades of Bronze Olive #534800

Tints of Bronze Olive #534800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.55%
G = 46.45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#534800 (or 0x534800) is known color: Bronze Olive. HEX triplet: 53, 48 and 00. RGB value is (83,72,0). Sum of RGB (Red+Green+Blue) = 83+72+0=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 72 (28.52% from 255 or 46.45% from 155); Blue value is 0 (0.39% from 255 or 0% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #534800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534800 is #ACB7FF. Grayscale: #434343. Windows color (decimal): -11319296 or 18515. OLE color: 18515.

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

Color convert

RGB 83 72 0 -
CMYK 0 0.13 1 0.67
HSL 52.05º 1% 0.16% -
HSV(B) 52.05º 1% 0.33% -
XYZ 5.88 6.47 0.94 -
YUV 67.08 90.14 139.35 -
System Red Green Blue C M Y K H S L
Decimal 83 72 0 0 0.13 1 0.67 52.05 1 0.16
Hex 53 48 0 0 D 64 43 34 64 10
Octal 123 110 0 0 15 144 103 64 144 20
Binary 1010011 1001000 0 0 1101 1100100 1000011 110100 1100100 10000

Color Harmonies of #534800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534800

Black with #534800

Text Example


Text Example

White with #534800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534800; }

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

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

background-color css

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

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

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

border-color css

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

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

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