Html Css Color HEX #534801 Bronze Olive

📋 copy color: '#534801'

red 83 ◦ green 72 ◦ blue 1

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

Shades of Bronze Olive #534801

Tints of Bronze Olive #534801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.64%

R = 53.21%
G = 46.15%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#534801 (or 0x534801) is known color: Bronze Olive. HEX triplet: 53, 48 and 01. RGB value is (83,72,1). Sum of RGB (Red+Green+Blue) = 83+72+1=156 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.21% from 156); Green value is 72 (28.52% from 255 or 46.15% from 156); Blue value is 1 (0.78% from 255 or 0.64% from 156); Max value from RGB is 83 - color contains mainly: red. Hex color #534801 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534801 is #ACB7FE. Grayscale: #434343. Windows color (decimal): -11319295 or 84051. OLE color: 84051.

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

Color convert

RGB 83 72 1 -
CMYK 0 0.13 0.99 0.67
HSL 51.95º 0.98% 0.16% -
HSV(B) 51.95º 0.99% 0.33% -
XYZ 5.89 6.48 0.97 -
YUV 67.2 90.64 139.27 -
System Red Green Blue C M Y K H S L
Decimal 83 72 1 0 0.13 0.99 0.67 51.95 0.98 0.16
Hex 53 48 1 0 D 63 43 34 62 10
Octal 123 110 1 0 15 143 103 64 142 20
Binary 1010011 1001000 1 0 1101 1100011 1000011 110100 1100010 10000

Color Harmonies of #534801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534801

Black with #534801

Text Example


Text Example

White with #534801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534801; }

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

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

background-color css

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

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

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

border-color css

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

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

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