Html Css Color HEX #534707 Bronze Olive

📋 copy color: '#534707'

red 83 ◦ green 71 ◦ blue 7

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

Shades of Bronze Olive #534707

Tints of Bronze Olive #534707

RGB

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

 GREEN value IS 71 (28.13% from 255) = 44.1%

 BLUE value IS 7 (3.13% from 255) = 4.35%

R = 51.55%
G = 44.1%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.92

 K value IS 0.67

RGB Variations

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

Color information

#534707 (or 0x534707) is known color: Bronze Olive. HEX triplet: 53, 47 and 07. RGB value is (83,71,7). Sum of RGB (Red+Green+Blue) = 83+71+7=161 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.55% from 161); Green value is 71 (28.12% from 255 or 44.10% from 161); Blue value is 7 (3.12% from 255 or 4.35% from 161); Max value from RGB is 83 - color contains mainly: red. Hex color #534707 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534707 is #ACB8F8. Grayscale: #434343. Windows color (decimal): -11319545 or 477011. OLE color: 477011.

HSL color Cylindrical-coordinate representation of color #534707: hue angle of 50.53º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #534707 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 71 7 -
CMYK 0 0.14 0.92 0.67
HSL 50.53º 0.84% 0.18% -
HSV(B) 50.53º 0.92% 0.33% -
XYZ 5.86 6.36 1.12 -
YUV 67.29 93.98 139.2 -
System Red Green Blue C M Y K H S L
Decimal 83 71 7 0 0.14 0.92 0.67 50.53 0.84 0.18
Hex 53 47 7 0 E 5C 43 33 54 12
Octal 123 107 7 0 16 134 103 63 124 22
Binary 1010011 1000111 111 0 1110 1011100 1000011 110011 1010100 10010

Color Harmonies of #534707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534707

Black with #534707

Text Example


Text Example

White with #534707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534707; }

 p { color: rgb(83,71,7); }

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

background-color css

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

 a { background-color: rgb(83,71,7); }

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

border-color css

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

 span { border-color: rgb(83,71,7); }

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