Html Css Color HEX #534804 Bronze Olive

📋 copy color: '#534804'

red 83 ◦ green 72 ◦ blue 4

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

Shades of Bronze Olive #534804

Tints of Bronze Olive #534804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.52%

R = 52.2%
G = 45.28%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#534804 (or 0x534804) is known color: Bronze Olive. HEX triplet: 53, 48 and 04. RGB value is (83,72,4). Sum of RGB (Red+Green+Blue) = 83+72+4=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 72 (28.52% from 255 or 45.28% from 159); Blue value is 4 (1.95% from 255 or 2.52% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #534804 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534804 is #ACB7FB. Grayscale: #434343. Windows color (decimal): -11319292 or 280659. OLE color: 280659.

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

Color convert

RGB 83 72 4 -
CMYK 0 0.13 0.95 0.67
HSL 51.65º 0.91% 0.17% -
HSV(B) 51.65º 0.95% 0.33% -
XYZ 5.91 6.48 1.05 -
YUV 67.54 92.14 139.03 -
System Red Green Blue C M Y K H S L
Decimal 83 72 4 0 0.13 0.95 0.67 51.65 0.91 0.17
Hex 53 48 4 0 D 5F 43 34 5B 11
Octal 123 110 4 0 15 137 103 64 133 21
Binary 1010011 1001000 100 0 1101 1011111 1000011 110100 1011011 10001

Color Harmonies of #534804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534804

Black with #534804

Text Example


Text Example

White with #534804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534804; }

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

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

background-color css

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

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

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

border-color css

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

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

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