Html Css Color HEX #534604 Bronze Olive

📋 copy color: '#534604'

red 83 ◦ green 70 ◦ blue 4

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

Shades of Bronze Olive #534604

Tints of Bronze Olive #534604

RGB

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

 GREEN value IS 70 (27.73% from 255) = 44.59%

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

R = 52.87%
G = 44.59%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#534604 (or 0x534604) is known color: Bronze Olive. HEX triplet: 53, 46 and 04. RGB value is (83,70,4). Sum of RGB (Red+Green+Blue) = 83+70+4=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 70 (27.73% from 255 or 44.59% from 157); Blue value is 4 (1.95% from 255 or 2.55% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #534604 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534604 is #ACB9FB. Grayscale: #424242. Windows color (decimal): -11319804 or 280147. OLE color: 280147.

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

Color convert

RGB 83 70 4 -
CMYK 0 0.16 0.95 0.67
HSL 50.13º 0.91% 0.17% -
HSV(B) 50.13º 0.95% 0.33% -
XYZ 5.78 6.23 1.01 -
YUV 66.36 92.81 139.87 -
System Red Green Blue C M Y K H S L
Decimal 83 70 4 0 0.16 0.95 0.67 50.13 0.91 0.17
Hex 53 46 4 0 10 5F 43 32 5B 11
Octal 123 106 4 0 20 137 103 62 133 21
Binary 1010011 1000110 100 0 10000 1011111 1000011 110010 1011011 10001

Color Harmonies of #534604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534604

Black with #534604

Text Example


Text Example

White with #534604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534604; }

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

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

background-color css

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

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

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

border-color css

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

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

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