Html Css Color HEX #534607 Bronze Olive

📋 copy color: '#534607'

red 83 ◦ green 70 ◦ blue 7

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

Shades of Bronze Olive #534607

Tints of Bronze Olive #534607

RGB

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

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

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

R = 51.88%
G = 43.75%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.67

RGB Variations

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

Color information

#534607 (or 0x534607) is known color: Bronze Olive. HEX triplet: 53, 46 and 07. RGB value is (83,70,7). Sum of RGB (Red+Green+Blue) = 83+70+7=160 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.88% from 160); Green value is 70 (27.73% from 255 or 43.75% from 160); Blue value is 7 (3.12% from 255 or 4.38% from 160); Max value from RGB is 83 - color contains mainly: red. Hex color #534607 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534607 is #ACB9F8. Grayscale: #424242. Windows color (decimal): -11319801 or 476755. OLE color: 476755.

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

Color convert

RGB 83 70 7 -
CMYK 0 0.16 0.92 0.67
HSL 49.74º 0.84% 0.18% -
HSV(B) 49.74º 0.92% 0.33% -
XYZ 5.8 6.23 1.1 -
YUV 66.71 94.31 139.62 -
System Red Green Blue C M Y K H S L
Decimal 83 70 7 0 0.16 0.92 0.67 49.74 0.84 0.18
Hex 53 46 7 0 10 5C 43 32 54 12
Octal 123 106 7 0 20 134 103 62 124 22
Binary 1010011 1000110 111 0 10000 1011100 1000011 110010 1010100 10010

Color Harmonies of #534607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534607

Black with #534607

Text Example


Text Example

White with #534607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534607; }

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

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

background-color css

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

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

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

border-color css

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

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

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